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": 187,
    "total_words": 591,
    "last_change": null,
    "recent_changes": 0,
    "translated": 64,
    "translated_words": 159,
    "translated_percent": 34.2,
    "translated_words_percent": 26.9,
    "translated_chars": 1951,
    "translated_chars_percent": 37.8,
    "total_chars": 5161,
    "fuzzy": 3,
    "fuzzy_percent": 1.6,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Bengali (India)",
    "url": "https://translate.lxqt-project.org/languages/bn_IN/"
}