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": 3547,
    "total_words": 21822,
    "total_chars": 131537,
    "last_change": "2025-07-16T15:20:17.717995Z",
    "recent_changes": 12,
    "translated": 1795,
    "translated_words": 8713,
    "translated_percent": 50.6,
    "translated_words_percent": 39.9,
    "translated_chars": 52220,
    "translated_chars_percent": 39.6,
    "fuzzy": 94,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 1198,
    "fuzzy_words_percent": 5.4,
    "fuzzy_chars": 7371,
    "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/"
}