Languages API.

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

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

{
    "total": 2523,
    "total_words": 25970,
    "total_chars": 182127,
    "last_change": "2026-03-31T08:41:47.892774Z",
    "recent_changes": 2,
    "translated": 2363,
    "translated_words": 23412,
    "translated_percent": 93.6,
    "translated_words_percent": 90.1,
    "translated_chars": 163434,
    "translated_chars_percent": 89.7,
    "fuzzy": 56,
    "fuzzy_percent": 2.2,
    "fuzzy_words": 1896,
    "fuzzy_words_percent": 7.3,
    "fuzzy_chars": 13639,
    "fuzzy_chars_percent": 7.4,
    "failing": 384,
    "failing_percent": 15.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "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,
    "name": "Chinese (Traditional, Hong Kong)",
    "url": "https://weblate.immersivetranslate.com/languages/zh_Hant_HK/"
}