Translation components API.

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

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

{
    "total": 91,
    "total_words": 1045,
    "total_chars": 7356,
    "last_change": "2024-05-02T22:24:02.643176Z",
    "recent_changes": 1,
    "translated": 57,
    "translated_words": 548,
    "translated_percent": 62.6,
    "translated_words_percent": 52.4,
    "translated_chars": 3642,
    "translated_chars_percent": 49.5,
    "fuzzy": 25,
    "fuzzy_percent": 27.4,
    "fuzzy_words": 404,
    "fuzzy_words_percent": 38.6,
    "fuzzy_chars": 3108,
    "fuzzy_chars_percent": 42.2,
    "failing": 10,
    "failing_percent": 10.9,
    "approved": 53,
    "approved_percent": 58.2,
    "approved_words": 540,
    "approved_words_percent": 51.6,
    "approved_chars": 3556,
    "approved_chars_percent": 48.3,
    "readonly": 4,
    "readonly_percent": 4.3,
    "readonly_words": 8,
    "readonly_words_percent": 0.7,
    "readonly_chars": 86,
    "readonly_chars_percent": 1.1,
    "suggestions": 1,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.boum.org/projects/tails/advanced_topics_virt_manager/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/advanced_topics_virt_manager/ru/"
}