Translation components API.

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

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

{
    "total": 20,
    "total_words": 308,
    "last_change": "2026-03-20T13:48:19.529968Z",
    "recent_changes": 8,
    "translated": 16,
    "translated_words": 211,
    "translated_percent": 80.0,
    "translated_words_percent": 68.5,
    "translated_chars": 1242,
    "translated_chars_percent": 66.5,
    "total_chars": 1866,
    "fuzzy": 4,
    "fuzzy_percent": 20.0,
    "failing": 4,
    "failing_percent": 20.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica/rebirth/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica/rebirth/sv/"
}