Translation components API.

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

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

{
    "total": 72,
    "total_words": 841,
    "total_chars": 8370,
    "last_change": "2025-01-14T16:39:01.853272Z",
    "recent_changes": 1,
    "translated": 37,
    "translated_words": 256,
    "translated_percent": 51.3,
    "translated_words_percent": 30.4,
    "translated_chars": 3825,
    "translated_chars_percent": 45.6,
    "fuzzy": 26,
    "fuzzy_percent": 36.1,
    "fuzzy_words": 428,
    "fuzzy_words_percent": 50.8,
    "fuzzy_chars": 3432,
    "fuzzy_chars_percent": 41.0,
    "failing": 9,
    "failing_percent": 12.5,
    "approved": 22,
    "approved_percent": 30.5,
    "approved_words": 151,
    "approved_words_percent": 17.9,
    "approved_chars": 1589,
    "approved_chars_percent": 18.9,
    "readonly": 2,
    "readonly_percent": 2.7,
    "readonly_words": 5,
    "readonly_words_percent": 0.5,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://translate.tails.net/projects/tails/restart_first_timeinline/ru/",
    "translate_url": "https://translate.tails.net/translate/tails/restart_first_timeinline/ru/"
}