Translation components API.

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

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

{
    "total": 430,
    "total_words": 3349,
    "last_change": "2025-02-13T10:03:56.240236Z",
    "recent_changes": 4,
    "translated": 291,
    "translated_words": 2114,
    "translated_percent": 67.6,
    "translated_words_percent": 63.1,
    "translated_chars": 12476,
    "translated_chars_percent": 61.1,
    "total_chars": 20407,
    "fuzzy": 49,
    "fuzzy_percent": 11.3,
    "failing": 232,
    "failing_percent": 53.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://translate.habitica.com/projects/habitica/groups/ko/",
    "translate_url": "https://translate.habitica.com/translate/habitica/groups/ko/"
}