Languages API.

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

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

{
    "total": 5325,
    "total_words": 58563,
    "total_chars": 475529,
    "last_change": "2026-07-23T09:02:09.593274Z",
    "recent_changes": 16,
    "translated": 678,
    "translated_words": 3274,
    "translated_percent": 12.7,
    "translated_words_percent": 5.5,
    "translated_chars": 35789,
    "translated_chars_percent": 7.5,
    "fuzzy": 695,
    "fuzzy_percent": 13.0,
    "fuzzy_words": 5958,
    "fuzzy_words_percent": 10.1,
    "fuzzy_chars": 58459,
    "fuzzy_chars_percent": 12.2,
    "failing": 470,
    "failing_percent": 8.8,
    "approved": 442,
    "approved_percent": 8.3,
    "approved_words": 1545,
    "approved_words_percent": 2.6,
    "approved_chars": 21494,
    "approved_chars_percent": 4.5,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 9,
    "comments": 0,
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.net/languages/zh_TW/"
}