Translation components API.

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

GET /api/translations/tails/wikisrcsponsors-po/ru/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 198,
    "total_words": 1008,
    "total_chars": 6992,
    "last_change": "2024-05-14T13:35:29.999768Z",
    "recent_changes": 1,
    "translated": 55,
    "translated_words": 179,
    "translated_percent": 27.7,
    "translated_words_percent": 17.7,
    "translated_chars": 1639,
    "translated_chars_percent": 23.4,
    "fuzzy": 11,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 63,
    "fuzzy_words_percent": 6.2,
    "fuzzy_chars": 1015,
    "fuzzy_chars_percent": 14.5,
    "failing": 3,
    "failing_percent": 1.5,
    "approved": 51,
    "approved_percent": 25.7,
    "approved_words": 163,
    "approved_words_percent": 16.1,
    "approved_chars": 1481,
    "approved_chars_percent": 21.1,
    "readonly": 3,
    "readonly_percent": 1.5,
    "readonly_words": 12,
    "readonly_words_percent": 1.1,
    "readonly_chars": 118,
    "readonly_chars_percent": 1.6,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcsponsors-po/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcsponsors-po/ru/"
}