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": 2757,
    "total_words": 10448,
    "total_chars": 64145,
    "last_change": "2025-08-02T11:32:37.994274Z",
    "recent_changes": 337,
    "translated": 2678,
    "translated_words": 10088,
    "translated_percent": 97.1,
    "translated_words_percent": 96.5,
    "translated_chars": 62103,
    "translated_chars_percent": 96.8,
    "fuzzy": 67,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 258,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 1468,
    "fuzzy_chars_percent": 2.2,
    "failing": 80,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 105,
    "readonly_percent": 3.8,
    "readonly_words": 621,
    "readonly_words_percent": 5.9,
    "readonly_chars": 3835,
    "readonly_chars_percent": 5.9,
    "suggestions": 11,
    "comments": 0,
    "name": "Bengali",
    "url": "http://translate.gtaf.org/languages/bn/"
}