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": 1811,
    "total_words": 7874,
    "total_chars": 51910,
    "last_change": "2024-04-18T23:39:37.622573Z",
    "recent_changes": 2,
    "translated": 1740,
    "translated_words": 7209,
    "translated_percent": 96.0,
    "translated_words_percent": 91.5,
    "translated_chars": 46412,
    "translated_chars_percent": 89.4,
    "fuzzy": 9,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 121,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 728,
    "fuzzy_chars_percent": 1.4,
    "failing": 9,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "http://translate.vecturagames.com/languages/ru/"
}