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": 375,
    "total_words": 2337,
    "total_chars": 15960,
    "last_change": "2024-10-18T12:20:27.999593Z",
    "recent_changes": 22,
    "translated": 147,
    "translated_words": 1303,
    "translated_percent": 39.2,
    "translated_words_percent": 55.7,
    "translated_chars": 9027,
    "translated_chars_percent": 56.5,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "failing": 9,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "http://translate.pkp.sfu.ca/languages/zh_CN/"
}