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": 160801,
    "total_words": 1707002,
    "total_chars": 11918843,
    "last_change": "2025-03-13T03:22:46.580419Z",
    "recent_changes": 582,
    "translated": 90763,
    "translated_words": 581269,
    "translated_percent": 56.4,
    "translated_words_percent": 34.0,
    "translated_chars": 3781627,
    "translated_chars_percent": 31.7,
    "fuzzy": 18269,
    "fuzzy_percent": 11.3,
    "fuzzy_words": 241061,
    "fuzzy_words_percent": 14.1,
    "fuzzy_chars": 1845293,
    "fuzzy_chars_percent": 15.4,
    "failing": 17140,
    "failing_percent": 10.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 96,
    "readonly_percent": 0.1,
    "readonly_words": 382,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4769,
    "readonly_chars_percent": 0.1,
    "suggestions": 14810,
    "comments": 8,
    "name": "Chinese (Simplified)",
    "url": "https://translate.fedoraproject.org/languages/zh_CN/"
}