Languages API.

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

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

{
    "total": 10354,
    "total_words": 48909,
    "total_chars": 306230,
    "last_change": "2025-07-18T17:21:24.508608Z",
    "recent_changes": 303,
    "translated": 7940,
    "translated_words": 38081,
    "translated_percent": 76.6,
    "translated_words_percent": 77.8,
    "translated_chars": 237465,
    "translated_chars_percent": 77.5,
    "fuzzy": 124,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 1452,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 9422,
    "fuzzy_chars_percent": 3.0,
    "failing": 68,
    "failing_percent": 0.6,
    "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": 0,
    "comments": 0,
    "name": "Chinese (Simplified Han script)",
    "url": "https://weblate.foundryvtt-hub.com/languages/zh_Hans/"
}