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": 5868,
    "total_words": 46401,
    "total_chars": 313241,
    "last_change": "2024-01-22T05:39:08.462087Z",
    "recent_changes": 216,
    "translated": 4032,
    "translated_words": 27245,
    "translated_percent": 68.7,
    "translated_words_percent": 58.7,
    "translated_chars": 181514,
    "translated_chars_percent": 57.9,
    "fuzzy": 76,
    "fuzzy_percent": 1.2,
    "failing": 161,
    "failing_percent": 2.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 19,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "http://translate.pkp.sfu.ca/languages/zh_CN/"
}