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": 8744,
    "total_words": 104986,
    "total_chars": 817679,
    "last_change": "2024-04-27T13:25:33.278180Z",
    "recent_changes": 932,
    "translated": 2917,
    "translated_words": 28122,
    "translated_percent": 33.3,
    "translated_words_percent": 26.7,
    "translated_chars": 226047,
    "translated_chars_percent": 27.6,
    "fuzzy": 1202,
    "fuzzy_percent": 13.7,
    "fuzzy_words": 15465,
    "fuzzy_words_percent": 14.7,
    "fuzzy_chars": 144684,
    "fuzzy_chars_percent": 17.6,
    "failing": 510,
    "failing_percent": 5.8,
    "approved": 2608,
    "approved_percent": 29.8,
    "approved_words": 25774,
    "approved_words_percent": 24.5,
    "approved_chars": 202688,
    "approved_chars_percent": 24.7,
    "readonly": 157,
    "readonly_percent": 1.7,
    "readonly_words": 927,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7525,
    "readonly_chars_percent": 0.9,
    "suggestions": 235,
    "comments": 12,
    "name": "Russian",
    "url": "https://translate.tails.boum.org/languages/ru/"
}