Translation components API.

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

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

{
    "total": 25,
    "total_words": 156,
    "total_chars": 1419,
    "last_change": "2024-12-09T11:09:09.534033Z",
    "recent_changes": 1,
    "translated": 21,
    "translated_words": 134,
    "translated_percent": 84.0,
    "translated_words_percent": 85.8,
    "translated_chars": 1173,
    "translated_chars_percent": 82.6,
    "fuzzy": 3,
    "fuzzy_percent": 12.0,
    "fuzzy_words": 16,
    "fuzzy_words_percent": 10.2,
    "fuzzy_chars": 165,
    "fuzzy_chars_percent": 11.6,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 9,
    "approved_percent": 36.0,
    "approved_words": 43,
    "approved_words_percent": 27.5,
    "approved_chars": 540,
    "approved_chars_percent": 38.0,
    "readonly": 1,
    "readonly_percent": 4.0,
    "readonly_words": 1,
    "readonly_words_percent": 0.6,
    "readonly_chars": 14,
    "readonly_chars_percent": 0.9,
    "suggestions": 4,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/install/it/",
    "translate_url": "https://translate.tails.net/translate/tails/install/it/"
}