Translation components API.

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

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

{
    "total": 243,
    "total_words": 1139,
    "last_change": "2025-03-05T19:05:20.994127Z",
    "recent_changes": 1,
    "translated": 209,
    "translated_words": 873,
    "translated_percent": 86.0,
    "translated_words_percent": 76.6,
    "translated_chars": 5451,
    "translated_chars_percent": 76.8,
    "total_chars": 7093,
    "fuzzy": 5,
    "fuzzy_percent": 2.0,
    "failing": 6,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://translate.habitica.com/projects/habitica/generic/zh_Hant/",
    "translate_url": "https://translate.habitica.com/translate/habitica/generic/zh_Hant/"
}