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": 8205,
    "total_words": 60549,
    "total_chars": 66631,
    "last_change": "2025-04-28T01:30:32.822840Z",
    "recent_changes": 30,
    "translated": 7431,
    "translated_words": 54298,
    "translated_percent": 90.5,
    "translated_words_percent": 89.6,
    "translated_chars": 59921,
    "translated_chars_percent": 89.9,
    "fuzzy": 495,
    "fuzzy_percent": 6.0,
    "fuzzy_words": 3571,
    "fuzzy_words_percent": 5.8,
    "fuzzy_chars": 3765,
    "fuzzy_chars_percent": 5.6,
    "failing": 500,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 6,
    "readonly_words_percent": 0.1,
    "readonly_chars": 21,
    "readonly_chars_percent": 0.1,
    "suggestions": 568,
    "comments": 7,
    "name": "Russian",
    "url": "https://weblate.dudu-auto.com/languages/ru/"
}