Translation components API.

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

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

{
    "total": 15,
    "total_words": 138,
    "total_chars": 1074,
    "last_change": "2026-05-01T11:54:49.687349Z",
    "recent_changes": 0,
    "translated": 14,
    "translated_words": 125,
    "translated_percent": 93.3,
    "translated_words_percent": 90.5,
    "translated_chars": 957,
    "translated_chars_percent": 89.1,
    "fuzzy": 1,
    "fuzzy_percent": 6.6,
    "fuzzy_words": 13,
    "fuzzy_words_percent": 9.4,
    "fuzzy_chars": 117,
    "fuzzy_chars_percent": 10.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 8,
    "approved_percent": 53.3,
    "approved_words": 68,
    "approved_words_percent": 49.2,
    "approved_chars": 587,
    "approved_chars_percent": 54.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/restart_second_timeinline/it/",
    "translate_url": "https://translate.tails.net/translate/tails/restart_second_timeinline/it/"
}