Translation components API.

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

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

{
    "total": 292,
    "total_words": 1666,
    "last_change": "2026-02-26T10:17:43.777007Z",
    "recent_changes": 4,
    "translated": 235,
    "translated_words": 1350,
    "translated_percent": 80.4,
    "translated_words_percent": 81.0,
    "translated_chars": 8420,
    "translated_chars_percent": 80.8,
    "total_chars": 10415,
    "fuzzy": 8,
    "fuzzy_percent": 2.7,
    "failing": 8,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://translate.habitica.com/projects/habitica/limited/zh_Hant/",
    "translate_url": "https://translate.habitica.com/translate/habitica/limited/zh_Hant/"
}