Translation components API.

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

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

{
    "total": 114,
    "total_words": 732,
    "last_change": "2026-04-04T12:26:47.135691Z",
    "recent_changes": 1,
    "translated": 111,
    "translated_words": 678,
    "translated_percent": 97.3,
    "translated_words_percent": 92.6,
    "translated_chars": 4217,
    "translated_chars_percent": 94.0,
    "total_chars": 4484,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.8,
    "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/challenge/en_GB/",
    "translate_url": "https://translate.habitica.com/translate/habitica/challenge/en_GB/"
}