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": 283636,
    "total_words": 2397675,
    "total_chars": 19019354,
    "last_change": "2023-12-29T09:41:20.689179Z",
    "recent_changes": 939,
    "translated": 218740,
    "translated_words": 1442503,
    "translated_percent": 77.1,
    "translated_words_percent": 60.1,
    "translated_chars": 11032555,
    "translated_chars_percent": 58.0,
    "fuzzy": 34,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 101,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 602,
    "fuzzy_chars_percent": 0.1,
    "failing": 1560,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 1487,
    "comments": 4,
    "name": "Russian",
    "url": "https://translations.documentfoundation.org/languages/ru/"
}