Languages API.

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

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

{
    "total": 4226,
    "total_words": 38041,
    "last_change": "2023-07-17T11:18:09.754483Z",
    "recent_changes": 55,
    "translated": 3784,
    "translated_words": 32543,
    "translated_percent": 89.5,
    "translated_words_percent": 85.5,
    "translated_chars": 197337,
    "translated_chars_percent": 85.7,
    "total_chars": 230042,
    "fuzzy": 49,
    "fuzzy_percent": 1.1,
    "failing": 1448,
    "failing_percent": 34.2,
    "approved": 385,
    "approved_percent": 9.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 4,
    "comments": 0,
    "name": "Russian",
    "url": "https://traduk.amikumu.com/languages/ru/"
}