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": 9008,
    "total_words": 76549,
    "total_chars": 516132,
    "last_change": "2026-03-02T15:29:53.733501Z",
    "recent_changes": 535,
    "translated": 8696,
    "translated_words": 71980,
    "translated_percent": 96.5,
    "translated_words_percent": 94.0,
    "translated_chars": 482727,
    "translated_chars_percent": 93.5,
    "fuzzy": 28,
    "fuzzy_percent": 0.3,
    "failing": 75,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 18,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Slovenian",
    "url": "http://translate.pkp.sfu.ca/languages/sl/"
}