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": 7207,
    "total_words": 21521,
    "last_change": "2023-10-11T12:45:12.237764Z",
    "recent_changes": 4,
    "translated": 4610,
    "translated_words": 11406,
    "translated_percent": 63.9,
    "translated_words_percent": 52.9,
    "translated_chars": 73699,
    "translated_chars_percent": 54.4,
    "total_chars": 135439,
    "fuzzy": 149,
    "fuzzy_percent": 2.0,
    "failing": 292,
    "failing_percent": 4.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 37,
    "readonly_percent": 0.5,
    "suggestions": 1,
    "comments": 0,
    "name": "Russian",
    "url": "https://t.naviter.com/languages/ru/"
}