Translation components API.

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

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

{
    "total": 36,
    "total_words": 272,
    "total_chars": 2221,
    "last_change": "2024-04-11T14:19:49.793742Z",
    "recent_changes": 9,
    "translated": 23,
    "translated_words": 211,
    "translated_percent": 63.8,
    "translated_words_percent": 77.5,
    "translated_chars": 1577,
    "translated_chars_percent": 71.0,
    "fuzzy": 11,
    "fuzzy_percent": 30.5,
    "fuzzy_words": 57,
    "fuzzy_words_percent": 20.9,
    "fuzzy_chars": 597,
    "fuzzy_chars_percent": 26.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 23,
    "approved_percent": 63.8,
    "approved_words": 211,
    "approved_words_percent": 77.5,
    "approved_chars": 1577,
    "approved_chars_percent": 71.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/index/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/index/ru/"
}