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": 190,
    "total_words": 641,
    "last_change": null,
    "recent_changes": 0,
    "translated": 64,
    "translated_words": 159,
    "translated_percent": 33.6,
    "translated_words_percent": 24.8,
    "translated_chars": 1951,
    "translated_chars_percent": 35.5,
    "total_chars": 5481,
    "fuzzy": 3,
    "fuzzy_percent": 1.5,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Bengali (India)",
    "url": "https://translate.lxqt-project.org/languages/bn_IN/"
}