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": 21,
    "total_words": 299,
    "total_chars": 2307,
    "last_change": "2024-02-27T15:31:10.770018Z",
    "recent_changes": 1,
    "translated": 16,
    "translated_words": 252,
    "translated_percent": 76.1,
    "translated_words_percent": 84.2,
    "translated_chars": 1833,
    "translated_chars_percent": 79.4,
    "fuzzy": 2,
    "fuzzy_percent": 9.5,
    "fuzzy_words": 35,
    "fuzzy_words_percent": 11.7,
    "fuzzy_chars": 287,
    "fuzzy_chars_percent": 12.4,
    "failing": 1,
    "failing_percent": 4.7,
    "approved": 16,
    "approved_percent": 76.1,
    "approved_words": 252,
    "approved_words_percent": 84.2,
    "approved_chars": 1833,
    "approved_chars_percent": 79.4,
    "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.net/projects/tails/wireless_devices/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/wireless_devices/ru/"
}