Translation components API.

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

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

{
    "total": 110,
    "total_words": 714,
    "last_change": "2024-12-22T06:31:49.487691Z",
    "recent_changes": 15,
    "translated": 105,
    "translated_words": 666,
    "translated_percent": 95.4,
    "translated_words_percent": 93.2,
    "translated_chars": 4065,
    "translated_chars_percent": 92.3,
    "total_chars": 4400,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.9,
    "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/challenge/zh_Hant/",
    "translate_url": "https://translate.habitica.com/translate/habitica/challenge/zh_Hant/"
}