Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/zh_CN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 129095,
    "total_words": 1706872,
    "last_change": "2026-05-09T23:12:41.925786Z",
    "recent_changes": 788,
    "translated": 18153,
    "translated_words": 358664,
    "translated_percent": 14.0,
    "translated_words_percent": 21.0,
    "translated_chars": 2997679,
    "translated_chars_percent": 22.5,
    "total_chars": 13300751,
    "fuzzy": 2634,
    "fuzzy_percent": 2.0,
    "failing": 5673,
    "failing_percent": 4.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 10,
    "name": "Chinese (Simplified)",
    "url": "https://translate-dev.freebsd.org/languages/zh_CN/"
}