Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ru_ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 239,
    "total_words": 1940,
    "last_change": "2024-04-09T08:54:13.105773Z",
    "recent_changes": 1,
    "translated": 189,
    "translated_words": 1418,
    "translated_percent": 79.0,
    "translated_words_percent": 73.0,
    "translated_chars": 8668,
    "translated_chars_percent": 73.6,
    "total_chars": 11766,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "https://i18n.tweaked.cc/languages/ru_ru/"
}