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": 283422,
    "total_words": 2396665,
    "total_chars": 19013652,
    "last_change": "2022-12-10T12:06:05.627482Z",
    "recent_changes": 8,
    "translated": 117868,
    "translated_words": 883426,
    "translated_percent": 41.5,
    "translated_words_percent": 36.8,
    "translated_chars": 6733818,
    "translated_chars_percent": 35.4,
    "fuzzy": 17806,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 47175,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 301330,
    "fuzzy_chars_percent": 1.5,
    "failing": 9379,
    "failing_percent": 3.3,
    "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": 86,
    "comments": 0,
    "name": "Bengali",
    "url": "https://translations.documentfoundation.org/languages/bn/"
}