Translation components API.

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

GET /api/translations/duduauto/bluetooth/zh_Hant_HK/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 54,
    "total_words": 322,
    "total_chars": 343,
    "last_change": "2024-09-14T03:09:33.444239Z",
    "recent_changes": 2,
    "translated": 20,
    "translated_words": 135,
    "translated_percent": 37.0,
    "translated_words_percent": 41.9,
    "translated_chars": 140,
    "translated_chars_percent": 40.8,
    "fuzzy": 31,
    "fuzzy_percent": 57.4,
    "fuzzy_words": 175,
    "fuzzy_words_percent": 54.3,
    "fuzzy_chars": 189,
    "fuzzy_chars_percent": 55.1,
    "failing": 31,
    "failing_percent": 57.4,
    "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_Hant_HK",
    "name": "Chinese (Traditional, Hong Kong)",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/bluetooth/zh_Hant_HK/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/bluetooth/zh_Hant_HK/"
}