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": 1706,
    "total_words": 7042,
    "last_change": "2026-04-08T07:44:06.390636Z",
    "recent_changes": 10,
    "translated": 1214,
    "translated_words": 4604,
    "translated_percent": 71.1,
    "translated_words_percent": 65.3,
    "translated_chars": 29247,
    "translated_chars_percent": 65.4,
    "total_chars": 44684,
    "fuzzy": 47,
    "fuzzy_percent": 2.7,
    "failing": 3,
    "failing_percent": 0.1,
    "name": "Bosnian",
    "url": "http://i18n.foe-helper.com/languages/bs/"
}