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": 1431,
    "total_words": 8806,
    "last_change": "2024-07-11T09:23:23.227019Z",
    "recent_changes": 77,
    "translated": 1387,
    "translated_words": 8432,
    "translated_percent": 96.9,
    "translated_words_percent": 95.7,
    "translated_chars": 54389,
    "translated_chars_percent": 95.3,
    "total_chars": 57047,
    "fuzzy": 15,
    "fuzzy_percent": 1.0,
    "failing": 31,
    "failing_percent": 2.1,
    "approved": 38,
    "approved_percent": 2.6,
    "readonly": 46,
    "readonly_percent": 3.2,
    "suggestions": 103,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "https://weblate.rikka.app/languages/zh_Hans/"
}