Translation components API.

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

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

{
    "total": 430,
    "total_words": 3349,
    "last_change": "2025-03-10T04:26:24.664455Z",
    "recent_changes": 3,
    "translated": 379,
    "translated_words": 2783,
    "translated_percent": 88.1,
    "translated_words_percent": 83.0,
    "translated_chars": 16831,
    "translated_chars_percent": 82.4,
    "total_chars": 20407,
    "fuzzy": 39,
    "fuzzy_percent": 9.0,
    "failing": 39,
    "failing_percent": 9.0,
    "approved": 1,
    "approved_percent": 0.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.habitica.com/projects/habitica/groups/id/",
    "translate_url": "https://translate.habitica.com/translate/habitica/groups/id/"
}