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": 2402,
    "total_words": 15833,
    "total_chars": 125307,
    "last_change": "2024-03-18T10:31:48.217878Z",
    "recent_changes": 328,
    "translated": 447,
    "translated_words": 1070,
    "translated_percent": 18.6,
    "translated_words_percent": 6.7,
    "translated_chars": 7504,
    "translated_chars_percent": 5.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "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": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Bengali (Bangladesh)",
    "url": "https://weblate.framasoft.org/languages/bn_BD/"
}