Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/ayana/responses/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 195,
    "total_words": 1794,
    "total_chars": 11022,
    "last_change": "2022-07-14T07:26:16.678098Z",
    "recent_changes": 1,
    "translated": 63,
    "translated_words": 571,
    "translated_percent": 32.3,
    "translated_words_percent": 31.8,
    "translated_chars": 3565,
    "translated_chars_percent": 32.3,
    "fuzzy": 7,
    "fuzzy_percent": 3.5,
    "failing": 9,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.ayana.io/projects/ayana/responses/nl/",
    "translate_url": "https://translate.ayana.io/translate/ayana/responses/nl/"
}