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": 2928,
    "total_words": 13130,
    "total_chars": 84179,
    "last_change": "2024-04-23T19:40:59.948018Z",
    "recent_changes": 280,
    "translated": 2484,
    "translated_words": 11274,
    "translated_percent": 84.8,
    "translated_words_percent": 85.8,
    "translated_chars": 72716,
    "translated_chars_percent": 86.3,
    "fuzzy": 53,
    "fuzzy_percent": 1.8,
    "failing": 180,
    "failing_percent": 6.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "https://translate.edugit.org/languages/ru/"
}