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": 2138,
    "total_words": 9352,
    "last_change": "2025-09-13T16:28:03.110086Z",
    "recent_changes": 24,
    "translated": 1372,
    "translated_words": 5641,
    "translated_percent": 64.1,
    "translated_words_percent": 60.3,
    "translated_chars": 35383,
    "translated_chars_percent": 59.6,
    "total_chars": 59273,
    "fuzzy": 37,
    "fuzzy_percent": 1.7,
    "failing": 24,
    "failing_percent": 1.1,
    "name": "Russian",
    "url": "http://i18n.foe-helper.com/languages/ru/"
}