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": 3860,
    "total_words": 18070,
    "total_chars": 111085,
    "last_change": "2025-09-17T22:59:35.653293Z",
    "recent_changes": 339,
    "translated": 3614,
    "translated_words": 16425,
    "translated_percent": 93.6,
    "translated_words_percent": 90.8,
    "translated_chars": 101113,
    "translated_chars_percent": 91.0,
    "fuzzy": 70,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 362,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 2042,
    "fuzzy_chars_percent": 1.8,
    "failing": 333,
    "failing_percent": 8.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 107,
    "readonly_percent": 2.7,
    "readonly_words": 625,
    "readonly_words_percent": 3.4,
    "readonly_chars": 3868,
    "readonly_chars_percent": 3.4,
    "suggestions": 22,
    "comments": 0,
    "name": "Bengali",
    "url": "http://translate.gtaf.org/languages/bn/"
}