Translation components API.

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

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

{
    "total": 292,
    "total_words": 1666,
    "last_change": "2026-02-26T10:17:37.902629Z",
    "recent_changes": 16,
    "translated": 268,
    "translated_words": 1585,
    "translated_percent": 91.7,
    "translated_words_percent": 95.1,
    "translated_chars": 9912,
    "translated_chars_percent": 95.1,
    "total_chars": 10415,
    "fuzzy": 16,
    "fuzzy_percent": 5.4,
    "failing": 16,
    "failing_percent": 5.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://translate.habitica.com/projects/habitica/limited/en_GB/",
    "translate_url": "https://translate.habitica.com/translate/habitica/limited/en_GB/"
}