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": 12125,
    "total_words": 127659,
    "last_change": "2025-04-04T02:26:54.724279Z",
    "recent_changes": 191,
    "translated": 11623,
    "translated_words": 118680,
    "translated_percent": 95.8,
    "translated_words_percent": 92.9,
    "translated_chars": 712532,
    "translated_chars_percent": 93.1,
    "total_chars": 765103,
    "fuzzy": 112,
    "fuzzy_percent": 0.9,
    "failing": 179,
    "failing_percent": 1.4,
    "approved": 1275,
    "approved_percent": 10.5,
    "readonly": 14,
    "readonly_percent": 0.1,
    "suggestions": 44,
    "comments": 299,
    "name": "Chinese (Simplified)",
    "url": "https://translate.habitica.com/languages/zh_Hans/"
}