Languages API.

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

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

{
    "total": 61952,
    "total_words": 333095,
    "total_chars": 2229259,
    "last_change": "2024-05-08T02:59:35.597565Z",
    "recent_changes": 843,
    "translated": 11619,
    "translated_words": 36828,
    "translated_percent": 18.7,
    "translated_words_percent": 11.0,
    "translated_chars": 238493,
    "translated_chars_percent": 10.6,
    "fuzzy": 3600,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 13720,
    "fuzzy_words_percent": 4.1,
    "fuzzy_chars": 97528,
    "fuzzy_chars_percent": 4.3,
    "failing": 682,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1718,
    "readonly_percent": 2.7,
    "readonly_words": 3287,
    "readonly_words_percent": 0.9,
    "readonly_chars": 30780,
    "readonly_chars_percent": 1.3,
    "suggestions": 186,
    "comments": 1,
    "name": "Bengali (Bangladesh)",
    "url": "https://hosted.weblate.org/languages/bn_BD/"
}