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": 26542,
    "total_words": 171963,
    "total_chars": 1106113,
    "last_change": "2025-03-12T16:12:27.662453Z",
    "recent_changes": 111,
    "translated": 21776,
    "translated_words": 133780,
    "translated_percent": 82.0,
    "translated_words_percent": 77.7,
    "translated_chars": 859778,
    "translated_chars_percent": 77.7,
    "fuzzy": 99,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 632,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 4307,
    "fuzzy_chars_percent": 0.3,
    "failing": 256,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 0.1,
    "readonly_words": 16,
    "readonly_words_percent": 0.1,
    "readonly_chars": 124,
    "readonly_chars_percent": 0.1,
    "suggestions": 1071,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://translate.fedoraproject.org/languages/sl/"
}