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": 1272,
    "total_words": 7936,
    "last_change": "2024-03-02T21:05:40.949074Z",
    "recent_changes": 137,
    "translated": 1258,
    "translated_words": 7910,
    "translated_percent": 98.8,
    "translated_words_percent": 99.6,
    "translated_chars": 51367,
    "translated_chars_percent": 99.6,
    "total_chars": 51551,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 29,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 2.5,
    "suggestions": 13,
    "comments": 0,
    "name": "Russian",
    "url": "https://weblate.rikka.app/languages/ru/"
}