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": 161903,
    "total_words": 1729182,
    "total_chars": 12083129,
    "last_change": "2025-04-28T09:20:14.008729Z",
    "recent_changes": 712,
    "translated": 91076,
    "translated_words": 587771,
    "translated_percent": 56.2,
    "translated_words_percent": 33.9,
    "translated_chars": 3828184,
    "translated_chars_percent": 31.6,
    "fuzzy": 18369,
    "fuzzy_percent": 11.3,
    "fuzzy_words": 242261,
    "fuzzy_words_percent": 14.0,
    "fuzzy_chars": 1857310,
    "fuzzy_chars_percent": 15.3,
    "failing": 16996,
    "failing_percent": 10.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 92,
    "readonly_percent": 0.1,
    "readonly_words": 373,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4680,
    "readonly_chars_percent": 0.1,
    "suggestions": 14683,
    "comments": 8,
    "name": "Chinese (Simplified)",
    "url": "https://translate.fedoraproject.org/languages/zh_CN/"
}