Translation components API.

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

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

{
    "total": 17,
    "total_words": 245,
    "total_chars": 2246,
    "last_change": "2025-09-18T09:15:32.435289Z",
    "recent_changes": 0,
    "translated": 10,
    "translated_words": 172,
    "translated_percent": 58.8,
    "translated_words_percent": 70.2,
    "translated_chars": 1610,
    "translated_chars_percent": 71.6,
    "fuzzy": 2,
    "fuzzy_percent": 11.7,
    "fuzzy_words": 48,
    "fuzzy_words_percent": 19.5,
    "fuzzy_chars": 349,
    "fuzzy_chars_percent": 15.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 11.7,
    "approved_words": 3,
    "approved_words_percent": 1.2,
    "approved_chars": 22,
    "approved_chars_percent": 0.9,
    "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": 1,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/security/it/",
    "translate_url": "https://translate.tails.net/translate/tails/security/it/"
}