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": 7518,
    "total_words": 37720,
    "last_change": "2025-03-13T19:22:10.245937Z",
    "recent_changes": 440,
    "translated": 7085,
    "translated_words": 34562,
    "translated_percent": 94.2,
    "translated_words_percent": 91.6,
    "translated_chars": 242776,
    "translated_chars_percent": 91.9,
    "total_chars": 263927,
    "fuzzy": 264,
    "fuzzy_percent": 3.5,
    "failing": 256,
    "failing_percent": 3.4,
    "name": "Russian",
    "url": "https://translate.lxqt-project.org/languages/ru/"
}