Translation components API.

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

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

{
    "total": 86,
    "total_words": 434,
    "total_chars": 4757,
    "last_change": "2024-05-03T21:56:02.939754Z",
    "recent_changes": 8,
    "translated": 37,
    "translated_words": 238,
    "translated_percent": 43.0,
    "translated_words_percent": 54.8,
    "translated_chars": 3107,
    "translated_chars_percent": 65.3,
    "fuzzy": 17,
    "fuzzy_percent": 19.7,
    "fuzzy_words": 62,
    "fuzzy_words_percent": 14.2,
    "fuzzy_chars": 449,
    "fuzzy_chars_percent": 9.4,
    "failing": 5,
    "failing_percent": 5.8,
    "approved": 37,
    "approved_percent": 43.0,
    "approved_words": 238,
    "approved_words_percent": 54.8,
    "approved_chars": 3107,
    "approved_chars_percent": 65.3,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/install-inc-overview/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/install-inc-overview/ru/"
}