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": 37786,
    "total_words": 344405,
    "total_chars": 2346426,
    "last_change": "2026-01-08T17:42:11.695087Z",
    "recent_changes": 341,
    "translated": 16331,
    "translated_words": 181799,
    "translated_percent": 43.2,
    "translated_words_percent": 52.7,
    "translated_chars": 1283212,
    "translated_chars_percent": 54.6,
    "fuzzy": 1028,
    "fuzzy_percent": 2.7,
    "fuzzy_words": 6601,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 68620,
    "fuzzy_chars_percent": 2.9,
    "failing": 618,
    "failing_percent": 1.6,
    "approved": 1,
    "approved_percent": 0.1,
    "approved_words": 1,
    "approved_words_percent": 0.1,
    "approved_chars": 4,
    "approved_chars_percent": 0.1,
    "readonly": 150,
    "readonly_percent": 0.3,
    "readonly_words": 141,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1752,
    "readonly_chars_percent": 0.1,
    "suggestions": 753,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://weblate.osgeo.org/languages/zh_Hans/"
}