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": 5305,
    "total_words": 58492,
    "total_chars": 475068,
    "last_change": "2026-07-13T10:01:00.260881Z",
    "recent_changes": 12,
    "translated": 588,
    "translated_words": 1971,
    "translated_percent": 11.0,
    "translated_words_percent": 3.3,
    "translated_chars": 27513,
    "translated_chars_percent": 5.7,
    "fuzzy": 422,
    "fuzzy_percent": 7.9,
    "fuzzy_words": 2368,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 29296,
    "fuzzy_chars_percent": 6.1,
    "failing": 200,
    "failing_percent": 3.7,
    "approved": 363,
    "approved_percent": 6.8,
    "approved_words": 1243,
    "approved_words_percent": 2.1,
    "approved_chars": 17549,
    "approved_chars_percent": 3.6,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 225,
    "comments": 0,
    "name": "Chinese (Simplified Han script)",
    "url": "https://translate.tails.net/languages/zh_Hans/"
}