Translation components API.

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

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

{
    "total": 502,
    "total_words": 4100,
    "total_chars": 4255,
    "last_change": "2025-04-07T03:15:05.137933Z",
    "recent_changes": 0,
    "translated": 425,
    "translated_words": 3530,
    "translated_percent": 84.6,
    "translated_words_percent": 86.0,
    "translated_chars": 3666,
    "translated_chars_percent": 86.1,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 39,
    "failing_percent": 7.7,
    "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": 277,
    "comments": 0,
    "code": "zh_Hant_TW",
    "name": "中文(繁体,台湾)",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/vehicle_info/zh_Hant_TW/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/vehicle_info/zh_Hant_TW/"
}