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": 7040,
    "total_words": 35759,
    "last_change": "2024-05-09T11:51:05.503735Z",
    "recent_changes": 309,
    "translated": 6764,
    "translated_words": 33554,
    "translated_percent": 96.0,
    "translated_words_percent": 93.8,
    "translated_chars": 236624,
    "translated_chars_percent": 94.2,
    "total_chars": 251165,
    "fuzzy": 264,
    "fuzzy_percent": 3.7,
    "failing": 256,
    "failing_percent": 3.6,
    "name": "Russian",
    "url": "https://translate.lxqt-project.org/languages/ru/"
}