Translation components API.

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

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

{
    "total": 401,
    "total_words": 3617,
    "total_chars": 3958,
    "last_change": "2024-06-14T08:54:59.165627Z",
    "recent_changes": 1,
    "translated": 401,
    "translated_words": 3617,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 3958,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.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_TW",
    "name": "中文(繁体,台湾)",
    "url": "https://weblate.dudu-auto.com/projects/duduauto/settings/zh_Hant_TW/",
    "translate_url": "https://weblate.dudu-auto.com/translate/duduauto/settings/zh_Hant_TW/"
}