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": 1726,
    "total_words": 7149,
    "last_change": "2026-04-08T07:44:06.390636Z",
    "recent_changes": 10,
    "translated": 1188,
    "translated_words": 4439,
    "translated_percent": 68.8,
    "translated_words_percent": 62.0,
    "translated_chars": 28064,
    "translated_chars_percent": 61.8,
    "total_chars": 45400,
    "fuzzy": 73,
    "fuzzy_percent": 4.2,
    "failing": 6,
    "failing_percent": 0.3,
    "name": "Bosnian",
    "url": "http://i18n.foe-helper.com/languages/bs/"
}