Translation components API.

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

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

{
    "total": 1525,
    "total_words": 9300,
    "last_change": "2026-05-28T09:55:06.702356Z",
    "recent_changes": 1,
    "translated": 459,
    "translated_words": 1640,
    "translated_percent": 30.0,
    "translated_words_percent": 17.6,
    "translated_chars": 9276,
    "translated_chars_percent": 17.6,
    "total_chars": 52481,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 33,
    "failing_percent": 2.1,
    "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-ios/main-strings/zh_Hant/",
    "translate_url": "https://translate.habitica.com/translate/habitica-ios/main-strings/zh_Hant/"
}