Translation components API.

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

GET /api/translations/debian-reference/translations/zh_Hant/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 6848,
    "total_words": 70855,
    "total_chars": 633421,
    "last_change": "2024-06-10T09:50:16.769549Z",
    "recent_changes": 0,
    "translated": 5131,
    "translated_words": 49189,
    "translated_percent": 74.9,
    "translated_words_percent": 69.4,
    "translated_chars": 437466,
    "translated_chars_percent": 69.0,
    "fuzzy": 1131,
    "fuzzy_percent": 16.5,
    "fuzzy_words": 11670,
    "fuzzy_words_percent": 16.4,
    "fuzzy_chars": 114559,
    "fuzzy_chars_percent": 18.0,
    "failing": 886,
    "failing_percent": 12.9,
    "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": 29,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://hosted.weblate.org/projects/debian-reference/translations/zh_Hant/",
    "translate_url": "https://hosted.weblate.org/translate/debian-reference/translations/zh_Hant/"
}