Translation components API.

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

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

{
    "total": 39,
    "total_words": 517,
    "total_chars": 4043,
    "last_change": "2024-05-03T14:22:28.424742Z",
    "recent_changes": 1,
    "translated": 37,
    "translated_words": 476,
    "translated_percent": 94.8,
    "translated_words_percent": 92.0,
    "translated_chars": 3669,
    "translated_chars_percent": 90.7,
    "fuzzy": 2,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 41,
    "fuzzy_words_percent": 7.9,
    "fuzzy_chars": 374,
    "fuzzy_chars_percent": 9.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 13,
    "approved_percent": 33.3,
    "approved_words": 175,
    "approved_words_percent": 33.8,
    "approved_chars": 1329,
    "approved_chars_percent": 32.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/mac_startup_disksinline/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/mac_startup_disksinline/it/"
}