Languages API.

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

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

{
    "total": 4364,
    "total_words": 23811,
    "total_chars": 144603,
    "last_change": "2026-04-07T11:52:56.395365Z",
    "recent_changes": 321,
    "translated": 4003,
    "translated_words": 21014,
    "translated_percent": 91.7,
    "translated_words_percent": 88.2,
    "translated_chars": 127315,
    "translated_chars_percent": 88.0,
    "fuzzy": 54,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 290,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 1705,
    "fuzzy_chars_percent": 1.1,
    "failing": 434,
    "failing_percent": 9.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.7,
    "readonly_words": 70,
    "readonly_words_percent": 0.2,
    "readonly_chars": 514,
    "readonly_chars_percent": 0.3,
    "suggestions": 30,
    "comments": 0,
    "name": "Bengali",
    "url": "http://translate.gtaf.org/languages/bn/"
}