Translation components API.

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

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

{
    "total": 71,
    "total_words": 875,
    "total_chars": 8717,
    "last_change": "2026-03-30T10:01:29.878043Z",
    "recent_changes": 4,
    "translated": 66,
    "translated_words": 620,
    "translated_percent": 92.9,
    "translated_words_percent": 70.8,
    "translated_chars": 6708,
    "translated_chars_percent": 76.9,
    "fuzzy": 5,
    "fuzzy_percent": 7.0,
    "fuzzy_words": 255,
    "fuzzy_words_percent": 29.1,
    "fuzzy_chars": 2009,
    "fuzzy_chars_percent": 23.0,
    "failing": 1,
    "failing_percent": 1.4,
    "approved": 36,
    "approved_percent": 50.7,
    "approved_words": 221,
    "approved_words_percent": 25.2,
    "approved_chars": 2722,
    "approved_chars_percent": 31.2,
    "readonly": 2,
    "readonly_percent": 2.8,
    "readonly_words": 5,
    "readonly_words_percent": 0.5,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/restart_first_timeinline/it/",
    "translate_url": "https://translate.tails.net/translate/tails/restart_first_timeinline/it/"
}