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": 45588,
    "total_words": 500265,
    "total_chars": 3197798,
    "last_change": "2025-03-14T14:55:08.028699Z",
    "recent_changes": 1187,
    "translated": 35634,
    "translated_words": 370213,
    "translated_percent": 78.1,
    "translated_words_percent": 74.0,
    "translated_chars": 2324143,
    "translated_chars_percent": 72.6,
    "fuzzy": 176,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 2808,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 18305,
    "fuzzy_chars_percent": 0.5,
    "failing": 528,
    "failing_percent": 1.1,
    "approved": 1159,
    "approved_percent": 2.5,
    "approved_words": 7735,
    "approved_words_percent": 1.5,
    "approved_chars": 52034,
    "approved_chars_percent": 1.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "http://translate.otrs.com/languages/zh_Hans/"
}