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": 58210,
    "total_chars": 473067,
    "last_change": "2026-04-30T20:47:44.097912Z",
    "recent_changes": 12,
    "translated": 589,
    "translated_words": 1974,
    "translated_percent": 11.1,
    "translated_words_percent": 3.3,
    "translated_chars": 27537,
    "translated_chars_percent": 5.8,
    "fuzzy": 420,
    "fuzzy_percent": 7.9,
    "fuzzy_words": 2358,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 29196,
    "fuzzy_chars_percent": 6.1,
    "failing": 357,
    "failing_percent": 6.7,
    "approved": 365,
    "approved_percent": 6.9,
    "approved_words": 1247,
    "approved_words_percent": 2.1,
    "approved_chars": 17585,
    "approved_chars_percent": 3.7,
    "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/"
}