Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/cs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 7343,
    "total_words": 36579,
    "last_change": "2025-04-18T09:21:15.250277Z",
    "recent_changes": 244,
    "translated": 5846,
    "translated_words": 21758,
    "translated_percent": 79.6,
    "translated_words_percent": 59.4,
    "translated_chars": 144092,
    "translated_chars_percent": 56.0,
    "total_chars": 257288,
    "fuzzy": 364,
    "fuzzy_percent": 4.9,
    "failing": 261,
    "failing_percent": 3.5,
    "name": "Czech",
    "url": "https://translate.lxqt-project.org/languages/cs/"
}