Languages API.

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

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

{
    "total": 283422,
    "total_words": 2396665,
    "total_chars": 19013652,
    "last_change": "2022-12-10T12:06:43.505707Z",
    "recent_changes": 370,
    "translated": 142465,
    "translated_words": 964179,
    "translated_percent": 50.2,
    "translated_words_percent": 40.2,
    "translated_chars": 7263884,
    "translated_chars_percent": 38.2,
    "fuzzy": 8569,
    "fuzzy_percent": 3.0,
    "fuzzy_words": 20180,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 125946,
    "fuzzy_chars_percent": 0.6,
    "failing": 8902,
    "failing_percent": 3.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 45,
    "readonly_percent": 0.1,
    "readonly_words": 76,
    "readonly_words_percent": 0.1,
    "readonly_chars": 546,
    "readonly_chars_percent": 0.1,
    "suggestions": 50,
    "comments": 0,
    "name": "Bengali (India)",
    "url": "https://translations.documentfoundation.org/languages/bn_IN/"
}