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": 2500,
    "total_words": 12232,
    "total_chars": 74900,
    "last_change": "2024-05-17T05:50:20.483813Z",
    "recent_changes": 3,
    "translated": 596,
    "translated_words": 2565,
    "translated_percent": 23.8,
    "translated_words_percent": 20.9,
    "translated_chars": 15797,
    "translated_chars_percent": 21.0,
    "fuzzy": 8,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 245,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 1456,
    "fuzzy_chars_percent": 1.9,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 1.1,
    "readonly_words": 45,
    "readonly_words_percent": 0.3,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Bengali (Bangladesh)",
    "url": "https://translate.jellyfin.org/languages/bn_BD/"
}