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": 2631,
    "total_words": 11576,
    "last_change": "2026-09-04T16:38:51.322137Z",
    "recent_changes": 139,
    "translated": 1893,
    "translated_words": 7544,
    "translated_percent": 71.9,
    "translated_words_percent": 65.1,
    "translated_chars": 46753,
    "translated_chars_percent": 64.9,
    "total_chars": 71929,
    "fuzzy": 54,
    "fuzzy_percent": 2.0,
    "failing": 5,
    "failing_percent": 0.1,
    "name": "Russian",
    "url": "http://i18n.foe-helper.com/languages/ru/"
}