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": 54463,
    "total_words": 972267,
    "last_change": "2026-08-07T18:31:16.893039Z",
    "recent_changes": 374,
    "translated": 5713,
    "translated_words": 106416,
    "translated_percent": 10.4,
    "translated_words_percent": 10.9,
    "translated_chars": 839614,
    "translated_chars_percent": 11.6,
    "total_chars": 7209684,
    "fuzzy": 950,
    "fuzzy_percent": 1.7,
    "failing": 487,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Traditional)",
    "url": "https://translate-dev.freebsd.org/languages/zh_TW/"
}