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": 7503,
    "total_words": 23009,
    "last_change": "2026-02-12T12:47:32.460322Z",
    "recent_changes": 18,
    "translated": 6214,
    "translated_words": 17908,
    "translated_percent": 82.8,
    "translated_words_percent": 77.8,
    "translated_chars": 113692,
    "translated_chars_percent": 78.5,
    "total_chars": 144745,
    "fuzzy": 156,
    "fuzzy_percent": 2.0,
    "failing": 325,
    "failing_percent": 4.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 37,
    "readonly_percent": 0.4,
    "suggestions": 1,
    "comments": 0,
    "name": "Russian",
    "url": "https://t.naviter.com/languages/ru/"
}