Translation components API.

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

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

{
    "total": 94,
    "total_words": 593,
    "total_chars": 6629,
    "last_change": "2026-01-22T09:01:44.789319Z",
    "recent_changes": 0,
    "translated": 39,
    "translated_words": 184,
    "translated_percent": 41.4,
    "translated_words_percent": 31.0,
    "translated_chars": 1889,
    "translated_chars_percent": 28.4,
    "fuzzy": 32,
    "fuzzy_percent": 34.0,
    "fuzzy_words": 174,
    "fuzzy_words_percent": 29.3,
    "fuzzy_chars": 2142,
    "fuzzy_chars_percent": 32.3,
    "failing": 32,
    "failing_percent": 34.0,
    "approved": 29,
    "approved_percent": 30.8,
    "approved_words": 120,
    "approved_words_percent": 20.2,
    "approved_chars": 1388,
    "approved_chars_percent": 20.9,
    "readonly": 1,
    "readonly_percent": 1.0,
    "readonly_words": 3,
    "readonly_words_percent": 0.5,
    "readonly_chars": 31,
    "readonly_chars_percent": 0.4,
    "suggestions": 2,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified Han script)",
    "url": "https://translate.tails.net/projects/tails/contribute/zh_Hans/",
    "translate_url": "https://translate.tails.net/translate/tails/contribute/zh_Hans/"
}