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": 8308,
    "total_words": 70681,
    "total_chars": 476052,
    "last_change": "2024-04-15T08:06:52.745772Z",
    "recent_changes": 204,
    "translated": 7929,
    "translated_words": 64961,
    "translated_percent": 95.4,
    "translated_words_percent": 91.9,
    "translated_chars": 435508,
    "translated_chars_percent": 91.4,
    "fuzzy": 30,
    "fuzzy_percent": 0.3,
    "failing": 166,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Slovenian",
    "url": "http://translate.pkp.sfu.ca/languages/sl/"
}