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": 7155,
    "total_words": 44881,
    "total_chars": 313652,
    "last_change": "2024-04-23T22:03:16.288631Z",
    "recent_changes": 372,
    "translated": 2138,
    "translated_words": 7612,
    "translated_percent": 29.8,
    "translated_words_percent": 16.9,
    "translated_chars": 48791,
    "translated_chars_percent": 15.5,
    "fuzzy": 149,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 808,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 4841,
    "fuzzy_chars_percent": 1.5,
    "failing": 329,
    "failing_percent": 4.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "readonly_words": 4,
    "readonly_words_percent": 0.1,
    "readonly_chars": 26,
    "readonly_chars_percent": 0.1,
    "suggestions": 65,
    "comments": 3,
    "name": "Bengali",
    "url": "https://weblate.framasoft.org/languages/bn/"
}