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": 3085,
    "total_words": 10526,
    "last_change": "2025-03-10T17:45:00.483735Z",
    "recent_changes": 288,
    "translated": 1220,
    "translated_words": 3652,
    "translated_percent": 39.5,
    "translated_words_percent": 34.6,
    "translated_chars": 23215,
    "translated_chars_percent": 34.9,
    "total_chars": 66483,
    "fuzzy": 53,
    "fuzzy_percent": 1.7,
    "failing": 5,
    "failing_percent": 0.1,
    "name": "Slovenian",
    "url": "https://translate.lxqt-project.org/languages/sl/"
}