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": 15152,
    "total_words": 99473,
    "last_change": "2024-03-13T05:26:54.749061Z",
    "recent_changes": 51,
    "translated": 11711,
    "translated_words": 70309,
    "translated_percent": 77.2,
    "translated_words_percent": 70.6,
    "translated_chars": 437450,
    "translated_chars_percent": 70.5,
    "total_chars": 620131,
    "fuzzy": 3002,
    "fuzzy_percent": 19.8,
    "failing": 954,
    "failing_percent": 6.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 35,
    "comments": 0,
    "name": "Chinese (Simplified)",
    "url": "http://translate.cacti.net/languages/zh_Hans/"
}