Translation components API.

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

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

{
    "total": 91,
    "total_words": 1379,
    "total_chars": 10038,
    "last_change": "2025-11-13T10:02:39.097412Z",
    "recent_changes": 0,
    "translated": 8,
    "translated_words": 13,
    "translated_percent": 8.7,
    "translated_words_percent": 0.9,
    "translated_chars": 112,
    "translated_chars_percent": 1.1,
    "fuzzy": 8,
    "fuzzy_percent": 8.7,
    "fuzzy_words": 36,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 411,
    "fuzzy_chars_percent": 4.0,
    "failing": 7,
    "failing_percent": 7.6,
    "approved": 7,
    "approved_percent": 7.6,
    "approved_words": 11,
    "approved_words_percent": 0.7,
    "approved_chars": 94,
    "approved_chars_percent": 0.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.net/projects/tails/tor_browser/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/tor_browser/zh_TW/"
}