Translation components API.

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

GET /api/translations/debian-handbook/12_advanced-administration/zh_Hans/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 697,
    "total_words": 20914,
    "total_chars": 163691,
    "last_change": "2024-02-03T18:01:59.027293Z",
    "recent_changes": 1,
    "translated": 335,
    "translated_words": 10609,
    "translated_percent": 48.0,
    "translated_words_percent": 50.7,
    "translated_chars": 71322,
    "translated_chars_percent": 43.5,
    "fuzzy": 242,
    "fuzzy_percent": 34.7,
    "fuzzy_words": 5318,
    "fuzzy_words_percent": 25.4,
    "fuzzy_chars": 54790,
    "fuzzy_chars_percent": 33.4,
    "failing": 95,
    "failing_percent": 13.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": 0,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://hosted.weblate.org/projects/debian-handbook/12_advanced-administration/zh_Hans/",
    "translate_url": "https://hosted.weblate.org/translate/debian-handbook/12_advanced-administration/zh_Hans/"
}