Languages API.

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

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

{
    "total": 2701,
    "total_words": 30874,
    "last_change": "2025-11-21T10:07:57.666828Z",
    "recent_changes": 21,
    "translated": 1485,
    "translated_words": 17604,
    "translated_percent": 54.9,
    "translated_words_percent": 57.0,
    "translated_chars": 107546,
    "translated_chars_percent": 57.5,
    "total_chars": 186748,
    "fuzzy": 191,
    "fuzzy_percent": 7.0,
    "failing": 517,
    "failing_percent": 19.1,
    "approved": 188,
    "approved_percent": 6.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 8,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://traduk.amikumu.com/languages/sl/"
}