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": 2417,
    "total_words": 18854,
    "last_change": "2023-07-17T11:18:08.436058Z",
    "recent_changes": 42,
    "translated": 2286,
    "translated_words": 17992,
    "translated_percent": 94.5,
    "translated_words_percent": 95.4,
    "translated_chars": 110825,
    "translated_chars_percent": 95.5,
    "total_chars": 116022,
    "fuzzy": 128,
    "fuzzy_percent": 5.2,
    "failing": 353,
    "failing_percent": 14.6,
    "approved": 257,
    "approved_percent": 10.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 10,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://traduk.amikumu.com/languages/zh_Hans/"
}