Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/bs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 392,
    "total_words": 1528,
    "last_change": null,
    "recent_changes": 0,
    "translated": 249,
    "translated_words": 616,
    "translated_percent": 63.5,
    "translated_words_percent": 40.3,
    "translated_chars": 3755,
    "translated_chars_percent": 37.1,
    "total_chars": 10113,
    "fuzzy": 15,
    "fuzzy_percent": 3.8,
    "failing": 1,
    "failing_percent": 0.2,
    "name": "Bosnian",
    "url": "https://translate.lxqt-project.org/languages/bs/"
}