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": 53451,
    "total_words": 949845,
    "last_change": "2026-02-22T16:36:06.230251Z",
    "recent_changes": 401,
    "translated": 5718,
    "translated_words": 106437,
    "translated_percent": 10.6,
    "translated_words_percent": 11.2,
    "translated_chars": 839749,
    "translated_chars_percent": 11.9,
    "total_chars": 7052053,
    "fuzzy": 943,
    "fuzzy_percent": 1.7,
    "failing": 529,
    "failing_percent": 0.9,
    "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/"
}