Translation components API.

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

GET /api/translations/tails/restart_first_timeinline/it/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:38:46.529829Z",
    "recent_changes": 2,
    "translated": 63,
    "translated_words": 670,
    "translated_percent": 87.5,
    "translated_words_percent": 79.6,
    "translated_chars": 7085,
    "translated_chars_percent": 84.6,
    "fuzzy": 6,
    "fuzzy_percent": 8.3,
    "fuzzy_words": 105,
    "fuzzy_words_percent": 12.4,
    "fuzzy_chars": 812,
    "fuzzy_chars_percent": 9.7,
    "failing": 3,
    "failing_percent": 4.1,
    "approved": 25,
    "approved_percent": 34.7,
    "approved_words": 127,
    "approved_words_percent": 15.1,
    "approved_chars": 1574,
    "approved_chars_percent": 18.8,
    "readonly": 2,
    "readonly_percent": 2.7,
    "readonly_words": 5,
    "readonly_words_percent": 0.5,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.5,
    "suggestions": 5,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/restart_first_timeinline/it/",
    "translate_url": "https://translate.tails.net/translate/tails/restart_first_timeinline/it/"
}