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": 7522,
    "total_words": 37756,
    "last_change": "2025-04-11T13:48:14.308801Z",
    "recent_changes": 444,
    "translated": 7080,
    "translated_words": 34509,
    "translated_percent": 94.1,
    "translated_words_percent": 91.4,
    "translated_chars": 242297,
    "translated_chars_percent": 91.7,
    "total_chars": 264163,
    "fuzzy": 264,
    "fuzzy_percent": 3.5,
    "failing": 256,
    "failing_percent": 3.4,
    "name": "Russian",
    "url": "https://translate.lxqt-project.org/languages/ru/"
}