Translation components API.

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

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

{
    "total": 845,
    "total_words": 28479,
    "last_change": "2024-07-20T02:48:38.138921Z",
    "recent_changes": 16,
    "translated": 711,
    "translated_words": 23333,
    "translated_percent": 84.1,
    "translated_words_percent": 81.9,
    "translated_chars": 142270,
    "translated_chars_percent": 82.2,
    "total_chars": 172884,
    "fuzzy": 21,
    "fuzzy_percent": 2.4,
    "failing": 24,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 2,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://translate.habitica.com/projects/habitica/questscontent/zh_Hant/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/zh_Hant/"
}