Translation components API.

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

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

{
    "total": 40,
    "total_words": 582,
    "total_chars": 4046,
    "last_change": "2026-03-14T15:41:59.752345Z",
    "recent_changes": 1,
    "translated": 25,
    "translated_words": 254,
    "translated_percent": 62.5,
    "translated_words_percent": 43.6,
    "translated_chars": 1736,
    "translated_chars_percent": 42.9,
    "fuzzy": 8,
    "fuzzy_percent": 20.0,
    "fuzzy_words": 220,
    "fuzzy_words_percent": 37.8,
    "fuzzy_chars": 1384,
    "fuzzy_chars_percent": 34.2,
    "failing": 2,
    "failing_percent": 5.0,
    "approved": 19,
    "approved_percent": 47.5,
    "approved_words": 180,
    "approved_words_percent": 30.9,
    "approved_chars": 1231,
    "approved_chars_percent": 30.4,
    "readonly": 3,
    "readonly_percent": 7.5,
    "readonly_words": 6,
    "readonly_words_percent": 1.0,
    "readonly_chars": 59,
    "readonly_chars_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://translate.tails.net/projects/tails/virtualization/es/",
    "translate_url": "https://translate.tails.net/translate/tails/virtualization/es/"
}