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": 1745,
    "total_words": 6542,
    "total_chars": 40354,
    "last_change": "2025-07-31T01:12:31.553176Z",
    "recent_changes": 11,
    "translated": 1294,
    "translated_words": 4653,
    "translated_percent": 74.1,
    "translated_words_percent": 71.1,
    "translated_chars": 28553,
    "translated_chars_percent": 70.7,
    "fuzzy": 92,
    "fuzzy_percent": 5.2,
    "fuzzy_words": 428,
    "fuzzy_words_percent": 6.5,
    "fuzzy_chars": 2352,
    "fuzzy_chars_percent": 5.8,
    "failing": 14,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 5.8,
    "readonly_words": 618,
    "readonly_words_percent": 9.4,
    "readonly_chars": 3817,
    "readonly_chars_percent": 9.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "http://translate.gtaf.org/languages/zh_Hans/"
}