Translation components API.

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

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

{
    "total": 16,
    "total_words": 151,
    "total_chars": 1098,
    "last_change": "2024-05-05T17:53:01.198417Z",
    "recent_changes": 1,
    "translated": 10,
    "translated_words": 46,
    "translated_percent": 62.5,
    "translated_words_percent": 30.4,
    "translated_chars": 400,
    "translated_chars_percent": 36.4,
    "fuzzy": 2,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 41,
    "fuzzy_words_percent": 27.1,
    "fuzzy_chars": 234,
    "fuzzy_chars_percent": 21.3,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 3,
    "approved_percent": 18.7,
    "approved_words": 8,
    "approved_words_percent": 5.2,
    "approved_chars": 78,
    "approved_chars_percent": 7.1,
    "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": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/advanced_topics_virtualization_boxes/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/advanced_topics_virtualization_boxes/it/"
}