Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/sco/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 652,
    "total_words": 10415,
    "last_change": "2023-07-17T11:18:09.836654Z",
    "recent_changes": 2,
    "translated": 412,
    "translated_words": 9115,
    "translated_percent": 63.1,
    "translated_words_percent": 87.5,
    "translated_chars": 56838,
    "translated_chars_percent": 87.9,
    "total_chars": 64658,
    "fuzzy": 237,
    "fuzzy_percent": 36.3,
    "failing": 460,
    "failing_percent": 70.5,
    "approved": 171,
    "approved_percent": 26.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 5,
    "comments": 0,
    "name": "Scots",
    "url": "https://traduk.amikumu.com/languages/sco/"
}