Languages API.

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

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

{
    "total": 3544,
    "total_words": 21810,
    "total_chars": 131476,
    "last_change": "2026-02-07T10:33:45.522987Z",
    "recent_changes": 8,
    "translated": 1786,
    "translated_words": 8664,
    "translated_percent": 50.3,
    "translated_words_percent": 39.7,
    "translated_chars": 51946,
    "translated_chars_percent": 39.5,
    "fuzzy": 95,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 1208,
    "fuzzy_words_percent": 5.5,
    "fuzzy_chars": 7433,
    "fuzzy_chars_percent": 5.6,
    "failing": 36,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "readonly_words": 6,
    "readonly_words_percent": 0.1,
    "readonly_chars": 43,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Chinese (Traditional Han script)",
    "url": "https://weblate.foundryvtt-hub.com/languages/zh_Hant/"
}