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": 2209,
    "total_words": 8863,
    "last_change": "2025-06-06T08:15:33.877519Z",
    "recent_changes": 19,
    "translated": 853,
    "translated_words": 2772,
    "translated_percent": 38.6,
    "translated_words_percent": 31.2,
    "translated_chars": 17083,
    "translated_chars_percent": 30.6,
    "total_chars": 55798,
    "fuzzy": 15,
    "fuzzy_percent": 0.6,
    "failing": 23,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 0,
    "name": "Russian",
    "url": "https://translate.memarc.info/languages/ru/"
}