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": 2118,
    "total_words": 9259,
    "last_change": "2025-09-13T16:28:03.110086Z",
    "recent_changes": 24,
    "translated": 1380,
    "translated_words": 5683,
    "translated_percent": 65.1,
    "translated_words_percent": 61.3,
    "translated_chars": 35691,
    "translated_chars_percent": 60.7,
    "total_chars": 58773,
    "fuzzy": 29,
    "fuzzy_percent": 1.3,
    "failing": 24,
    "failing_percent": 1.1,
    "name": "Russian",
    "url": "http://i18n.foe-helper.com/languages/ru/"
}