Translation components API.

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

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

{
    "total": 276,
    "total_words": 1556,
    "last_change": "2025-10-09T07:48:34.193306Z",
    "recent_changes": 16,
    "translated": 236,
    "translated_words": 1256,
    "translated_percent": 85.5,
    "translated_words_percent": 80.7,
    "translated_chars": 7800,
    "translated_chars_percent": 79.5,
    "total_chars": 9804,
    "fuzzy": 13,
    "fuzzy_percent": 4.7,
    "failing": 14,
    "failing_percent": 5.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 3,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/zh_Hant/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/zh_Hant/"
}