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": 7260,
    "total_words": 51600,
    "total_chars": 317485,
    "last_change": "2024-05-02T13:39:24.488322Z",
    "recent_changes": 4,
    "translated": 2869,
    "translated_words": 12608,
    "translated_percent": 39.5,
    "translated_words_percent": 24.4,
    "translated_chars": 76502,
    "translated_chars_percent": 24.0,
    "fuzzy": 487,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 3672,
    "fuzzy_words_percent": 7.1,
    "fuzzy_chars": 24166,
    "fuzzy_chars_percent": 7.6,
    "failing": 88,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1003,
    "comments": 5,
    "name": "Russian",
    "url": "http://translate.beamng.com/languages/ru/"
}