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": 284386,
    "total_words": 2401350,
    "total_chars": 19044276,
    "last_change": "2024-03-13T20:33:42.367864Z",
    "recent_changes": 191,
    "translated": 205182,
    "translated_words": 1544575,
    "translated_percent": 72.1,
    "translated_words_percent": 64.3,
    "translated_chars": 11798989,
    "translated_chars_percent": 61.9,
    "fuzzy": 63,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 954,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 5423,
    "fuzzy_chars_percent": 0.1,
    "failing": 1748,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Slovenian",
    "url": "https://translations.documentfoundation.org/languages/sl/"
}