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": 2160,
    "total_words": 9500,
    "last_change": "2026-01-01T08:36:27.695705Z",
    "recent_changes": 37,
    "translated": 1391,
    "translated_words": 5692,
    "translated_percent": 64.3,
    "translated_words_percent": 59.9,
    "translated_chars": 36126,
    "translated_chars_percent": 60.0,
    "total_chars": 60186,
    "fuzzy": 24,
    "fuzzy_percent": 1.1,
    "failing": 25,
    "failing_percent": 1.1,
    "name": "Russian",
    "url": "http://i18n.foe-helper.com/languages/ru/"
}