Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/hi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 13001,
    "total_words": 322585,
    "total_chars": 2547845,
    "last_change": "2026-04-02T20:53:32.445927Z",
    "recent_changes": 1,
    "translated": 625,
    "translated_words": 5033,
    "translated_percent": 4.8,
    "translated_words_percent": 1.5,
    "translated_chars": 38950,
    "translated_chars_percent": 1.5,
    "fuzzy": 237,
    "fuzzy_percent": 1.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 72,
    "comments": 0,
    "name": "Hindi",
    "url": "https://weblate.mineland.net/languages/hi/"
}