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": 9858,
    "total_words": 54452,
    "total_chars": 351459,
    "last_change": "2024-05-13T15:19:14.283370Z",
    "recent_changes": 5142,
    "translated": 7880,
    "translated_words": 43492,
    "translated_percent": 79.9,
    "translated_words_percent": 79.8,
    "translated_chars": 279090,
    "translated_chars_percent": 79.4,
    "fuzzy": 274,
    "fuzzy_percent": 2.7,
    "failing": 186,
    "failing_percent": 1.8,
    "approved": 6737,
    "approved_percent": 68.3,
    "readonly": 5,
    "readonly_percent": 0.1,
    "suggestions": 13,
    "comments": 2,
    "name": "Chinese (Simplified)",
    "url": "https://weblate.rob006.net/languages/zh_Hans/"
}