Translation components API.

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

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

{
    "total": 51,
    "total_words": 429,
    "total_chars": 4790,
    "last_change": "2025-01-23T17:18:20.066744Z",
    "recent_changes": 1,
    "translated": 47,
    "translated_words": 377,
    "translated_percent": 92.1,
    "translated_words_percent": 87.8,
    "translated_chars": 4214,
    "translated_chars_percent": 87.9,
    "fuzzy": 3,
    "fuzzy_percent": 5.8,
    "fuzzy_words": 37,
    "fuzzy_words_percent": 8.6,
    "fuzzy_chars": 489,
    "fuzzy_chars_percent": 10.2,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 23,
    "approved_percent": 45.0,
    "approved_words": 185,
    "approved_words_percent": 43.1,
    "approved_chars": 2061,
    "approved_chars_percent": 43.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/features/it/",
    "translate_url": "https://translate.tails.net/translate/tails/features/it/"
}