Translation components API.

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

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

{
    "total": 430,
    "total_words": 3349,
    "last_change": "2025-01-13T13:19:32.126061Z",
    "recent_changes": 1,
    "translated": 355,
    "translated_words": 2546,
    "translated_percent": 82.5,
    "translated_words_percent": 76.0,
    "translated_chars": 15266,
    "translated_chars_percent": 74.8,
    "total_chars": 20407,
    "fuzzy": 43,
    "fuzzy_percent": 10.0,
    "failing": 43,
    "failing_percent": 10.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.habitica.com/projects/habitica/groups/it/",
    "translate_url": "https://translate.habitica.com/translate/habitica/groups/it/"
}