Languages API.

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

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

{
    "total": 2224,
    "total_words": 9737,
    "last_change": "2026-01-01T08:36:27.695705Z",
    "recent_changes": 37,
    "translated": 1355,
    "translated_words": 5454,
    "translated_percent": 60.9,
    "translated_words_percent": 56.0,
    "translated_chars": 34507,
    "translated_chars_percent": 55.9,
    "total_chars": 61684,
    "fuzzy": 60,
    "fuzzy_percent": 2.6,
    "failing": 27,
    "failing_percent": 1.2,
    "name": "Russian",
    "url": "http://i18n.foe-helper.com/languages/ru/"
}