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": 6408,
    "total_words": 50649,
    "total_chars": 341607,
    "last_change": "2025-09-10T09:20:41.034783Z",
    "recent_changes": 544,
    "translated": 4419,
    "translated_words": 32444,
    "translated_percent": 68.9,
    "translated_words_percent": 64.0,
    "translated_chars": 218525,
    "translated_chars_percent": 63.9,
    "fuzzy": 43,
    "fuzzy_percent": 0.6,
    "failing": 123,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 41,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "http://translate.pkp.sfu.ca/languages/zh_Hans/"
}