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": 1611,
    "total_words": 11801,
    "total_chars": 70169,
    "last_change": "2024-05-03T13:55:51.386885Z",
    "recent_changes": 13,
    "translated": 1368,
    "translated_words": 10444,
    "translated_percent": 84.9,
    "translated_words_percent": 88.5,
    "translated_chars": 61642,
    "translated_chars_percent": 87.8,
    "fuzzy": 109,
    "fuzzy_percent": 6.7,
    "failing": 158,
    "failing_percent": 9.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "http://translate.pretalx.com/languages/zh_Hans/"
}