Translation components API.

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

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

{
    "total": 25,
    "total_words": 410,
    "total_chars": 3269,
    "last_change": "2025-06-10T12:31:53.833884Z",
    "recent_changes": 4,
    "translated": 8,
    "translated_words": 101,
    "translated_percent": 32.0,
    "translated_words_percent": 24.6,
    "translated_chars": 814,
    "translated_chars_percent": 24.9,
    "fuzzy": 8,
    "fuzzy_percent": 32.0,
    "fuzzy_words": 145,
    "fuzzy_words_percent": 35.3,
    "fuzzy_chars": 1210,
    "fuzzy_chars_percent": 37.0,
    "failing": 2,
    "failing_percent": 8.0,
    "approved": 3,
    "approved_percent": 12.0,
    "approved_words": 14,
    "approved_words_percent": 3.4,
    "approved_chars": 185,
    "approved_chars_percent": 5.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 16,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/trust/it/",
    "translate_url": "https://translate.tails.net/translate/tails/trust/it/"
}