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": 6872,
    "total_words": 34742,
    "last_change": "2025-03-20T09:04:26.982360Z",
    "recent_changes": 735,
    "translated": 6420,
    "translated_words": 31286,
    "translated_percent": 93.4,
    "translated_words_percent": 90.0,
    "translated_chars": 221573,
    "translated_chars_percent": 90.4,
    "total_chars": 245067,
    "fuzzy": 268,
    "fuzzy_percent": 3.8,
    "failing": 280,
    "failing_percent": 4.0,
    "name": "Chinese (Simplified)",
    "url": "https://translate.lxqt-project.org/languages/zh_CN/"
}