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": 2204,
    "total_words": 9630,
    "last_change": "2026-01-01T08:36:27.695705Z",
    "recent_changes": 37,
    "translated": 1387,
    "translated_words": 5654,
    "translated_percent": 62.9,
    "translated_words_percent": 58.7,
    "translated_chars": 35900,
    "translated_chars_percent": 58.8,
    "total_chars": 60968,
    "fuzzy": 28,
    "fuzzy_percent": 1.2,
    "failing": 24,
    "failing_percent": 1.0,
    "name": "Russian",
    "url": "http://i18n.foe-helper.com/languages/ru/"
}