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": 675,
    "total_words": 4331,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:26:56.671377Z",
    "recent_changes": 5,
    "translated": 384,
    "translated_words": 1303,
    "translated_percent": 56.8,
    "translated_words_percent": 30.0,
    "translated_chars": 7850,
    "translated_chars_percent": 30.1,
    "fuzzy": 35,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 205,
    "fuzzy_words_percent": 4.7,
    "fuzzy_chars": 1278,
    "fuzzy_chars_percent": 4.9,
    "failing": 7,
    "failing_percent": 1.0,
    "approved": 277,
    "approved_percent": 41.0,
    "approved_words": 764,
    "approved_words_percent": 17.6,
    "approved_chars": 4696,
    "approved_chars_percent": 18.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Bengali (India)",
    "url": "https://weblate.tusky.app/languages/bn_IN/"
}