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": 5287,
    "total_words": 57613,
    "total_chars": 469309,
    "last_change": "2025-12-17T02:01:25.556155Z",
    "recent_changes": 73,
    "translated": 635,
    "translated_words": 2201,
    "translated_percent": 12.0,
    "translated_words_percent": 3.8,
    "translated_chars": 30012,
    "translated_chars_percent": 6.3,
    "fuzzy": 385,
    "fuzzy_percent": 7.2,
    "fuzzy_words": 2182,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 27429,
    "fuzzy_chars_percent": 5.8,
    "failing": 356,
    "failing_percent": 6.7,
    "approved": 389,
    "approved_percent": 7.3,
    "approved_words": 1304,
    "approved_words_percent": 2.2,
    "approved_chars": 18475,
    "approved_chars_percent": 3.9,
    "readonly": 35,
    "readonly_percent": 0.6,
    "readonly_words": 98,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1267,
    "readonly_chars_percent": 0.2,
    "suggestions": 235,
    "comments": 0,
    "name": "Chinese (Simplified Han script)",
    "url": "https://translate.tails.net/languages/zh_Hans/"
}