Translation components API.

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

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

{
    "total": 91,
    "total_words": 1045,
    "total_chars": 7356,
    "last_change": "2024-10-20T18:59:23.051754Z",
    "recent_changes": 4,
    "translated": 56,
    "translated_words": 592,
    "translated_percent": 61.5,
    "translated_words_percent": 56.6,
    "translated_chars": 4075,
    "translated_chars_percent": 55.3,
    "fuzzy": 7,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 132,
    "fuzzy_words_percent": 12.6,
    "fuzzy_chars": 1147,
    "fuzzy_chars_percent": 15.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 33,
    "approved_percent": 36.2,
    "approved_words": 319,
    "approved_words_percent": 30.5,
    "approved_chars": 2178,
    "approved_chars_percent": 29.6,
    "readonly": 4,
    "readonly_percent": 4.3,
    "readonly_words": 8,
    "readonly_words_percent": 0.7,
    "readonly_chars": 86,
    "readonly_chars_percent": 1.1,
    "suggestions": 0,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://translate.tails.net/projects/tails/advanced_topics_virt_manager/de/",
    "translate_url": "https://translate.tails.net/translate/tails/advanced_topics_virt_manager/de/"
}