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": 979348,
    "total_words": 8740737,
    "total_chars": 67003758,
    "last_change": "2024-05-07T23:04:36.939344Z",
    "recent_changes": 15798,
    "translated": 648910,
    "translated_words": 4040117,
    "translated_percent": 66.2,
    "translated_words_percent": 46.2,
    "translated_chars": 26182411,
    "translated_chars_percent": 39.0,
    "fuzzy": 51967,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 685134,
    "fuzzy_words_percent": 7.8,
    "fuzzy_chars": 7567299,
    "fuzzy_chars_percent": 11.2,
    "failing": 35486,
    "failing_percent": 3.6,
    "approved": 9415,
    "approved_percent": 0.9,
    "approved_words": 65603,
    "approved_words_percent": 0.7,
    "approved_chars": 421624,
    "approved_chars_percent": 0.6,
    "readonly": 17076,
    "readonly_percent": 1.7,
    "readonly_words": 96185,
    "readonly_words_percent": 1.1,
    "readonly_chars": 460516,
    "readonly_chars_percent": 0.6,
    "suggestions": 14836,
    "comments": 355,
    "name": "Russian",
    "url": "https://hosted.weblate.org/languages/ru/"
}