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": 4151,
    "total_words": 47581,
    "total_chars": 313288,
    "last_change": "2023-09-17T03:02:13.614642Z",
    "recent_changes": 44,
    "translated": 1323,
    "translated_words": 14066,
    "translated_percent": 31.8,
    "translated_words_percent": 29.5,
    "translated_chars": 89553,
    "translated_chars_percent": 28.5,
    "fuzzy": 104,
    "fuzzy_percent": 2.5,
    "failing": 157,
    "failing_percent": 3.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 599,
    "comments": 1,
    "name": "Chinese (Simplified)",
    "url": "http://translate.getmonero.org/languages/zh_Hans/"
}