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": 740,
    "total_words": 2857,
    "total_chars": 19772,
    "last_change": "2024-05-04T06:47:48.052742Z",
    "recent_changes": 1,
    "translated": 258,
    "translated_words": 750,
    "translated_percent": 34.8,
    "translated_words_percent": 26.2,
    "translated_chars": 4606,
    "translated_chars_percent": 23.2,
    "fuzzy": 43,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 134,
    "fuzzy_words_percent": 4.6,
    "fuzzy_chars": 1012,
    "fuzzy_chars_percent": 5.1,
    "failing": 49,
    "failing_percent": 6.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 19,
    "comments": 0,
    "name": "Bengali (India)",
    "url": "https://l10n.elementary.io/languages/bn_IN/"
}