Translation components API.

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

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

{
    "total": 1046,
    "total_words": 9327,
    "total_chars": 11376,
    "last_change": "2025-04-09T02:28:55.049676Z",
    "recent_changes": 9,
    "translated": 965,
    "translated_words": 8603,
    "translated_percent": 92.2,
    "translated_words_percent": 92.2,
    "translated_chars": 10550,
    "translated_chars_percent": 92.7,
    "fuzzy": 68,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 496,
    "fuzzy_words_percent": 5.3,
    "fuzzy_chars": 548,
    "fuzzy_chars_percent": 4.8,
    "failing": 4,
    "failing_percent": 0.3,
    "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_TW",
    "name": "中文(繁体,台湾)",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/launcher_b/zh_Hant_TW/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/launcher_b/zh_Hant_TW/"
}