Translation components API.

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

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

{
    "total": 27,
    "total_words": 363,
    "total_chars": 2776,
    "last_change": "2024-02-27T15:31:10.770018Z",
    "recent_changes": 1,
    "translated": 22,
    "translated_words": 316,
    "translated_percent": 81.4,
    "translated_words_percent": 87.0,
    "translated_chars": 2302,
    "translated_chars_percent": 82.9,
    "fuzzy": 2,
    "fuzzy_percent": 7.4,
    "fuzzy_words": 35,
    "fuzzy_words_percent": 9.6,
    "fuzzy_chars": 287,
    "fuzzy_chars_percent": 10.3,
    "failing": 1,
    "failing_percent": 3.7,
    "approved": 22,
    "approved_percent": 81.4,
    "approved_words": 316,
    "approved_words_percent": 87.0,
    "approved_chars": 2302,
    "approved_chars_percent": 82.9,
    "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/wireless_devices/ru/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wireless_devices/ru/"
}