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": 1799,
    "total_words": 7172,
    "total_chars": 44432,
    "last_change": "2025-11-26T07:12:09.963420Z",
    "recent_changes": 18,
    "translated": 1277,
    "translated_words": 4489,
    "translated_percent": 70.9,
    "translated_words_percent": 62.5,
    "translated_chars": 27673,
    "translated_chars_percent": 62.2,
    "fuzzy": 111,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 597,
    "fuzzy_words_percent": 8.3,
    "fuzzy_chars": 3288,
    "fuzzy_chars_percent": 7.4,
    "failing": 14,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 5.7,
    "readonly_words": 622,
    "readonly_words_percent": 8.6,
    "readonly_chars": 3850,
    "readonly_chars_percent": 8.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "http://translate.gtaf.org/languages/zh_Hans/"
}