Translation components API.

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

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

{
    "total": 39,
    "total_words": 519,
    "total_chars": 4073,
    "last_change": "2025-02-19T17:18:47.257676Z",
    "recent_changes": 2,
    "translated": 22,
    "translated_words": 303,
    "translated_percent": 56.4,
    "translated_words_percent": 58.3,
    "translated_chars": 2184,
    "translated_chars_percent": 53.6,
    "fuzzy": 6,
    "fuzzy_percent": 15.3,
    "fuzzy_words": 112,
    "fuzzy_words_percent": 21.5,
    "fuzzy_chars": 1042,
    "fuzzy_chars_percent": 25.5,
    "failing": 4,
    "failing_percent": 10.2,
    "approved": 22,
    "approved_percent": 56.4,
    "approved_words": 303,
    "approved_words_percent": 58.3,
    "approved_chars": 2184,
    "approved_chars_percent": 53.6,
    "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/mac_startup_disksinline/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/mac_startup_disksinline/ru/"
}