Translation components API.

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

GET /api/translations/debian-handbook/08_basic-configuration/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1007,
    "total_words": 17838,
    "total_chars": 165831,
    "last_change": "2024-03-11T11:01:49.449928Z",
    "recent_changes": 0,
    "translated": 399,
    "translated_words": 8604,
    "translated_percent": 39.6,
    "translated_words_percent": 48.2,
    "translated_chars": 65289,
    "translated_chars_percent": 39.3,
    "fuzzy": 462,
    "fuzzy_percent": 45.8,
    "fuzzy_words": 6306,
    "fuzzy_words_percent": 35.3,
    "fuzzy_chars": 70599,
    "fuzzy_chars_percent": 42.5,
    "failing": 309,
    "failing_percent": 30.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 110,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://hosted.weblate.org/projects/debian-handbook/08_basic-configuration/ru/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/08_basic-configuration/ru/"
}