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": 6199,
    "total_words": 49005,
    "total_chars": 331395,
    "last_change": "2024-11-18T22:23:08.972043Z",
    "recent_changes": 3,
    "translated": 3901,
    "translated_words": 26629,
    "translated_percent": 62.9,
    "translated_words_percent": 54.3,
    "translated_chars": 177502,
    "translated_chars_percent": 53.5,
    "fuzzy": 92,
    "fuzzy_percent": 1.4,
    "failing": 151,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 41,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "http://translate.pkp.sfu.ca/languages/zh_Hans/"
}