Translation components API.

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

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

{
    "total": 124,
    "total_words": 1073,
    "total_chars": 9490,
    "last_change": "2025-01-15T01:18:44.775942Z",
    "recent_changes": 2,
    "translated": 114,
    "translated_words": 991,
    "translated_percent": 91.9,
    "translated_words_percent": 92.3,
    "translated_chars": 8684,
    "translated_chars_percent": 91.5,
    "fuzzy": 5,
    "fuzzy_percent": 4.0,
    "fuzzy_words": 23,
    "fuzzy_words_percent": 2.1,
    "fuzzy_chars": 312,
    "fuzzy_chars_percent": 3.2,
    "failing": 2,
    "failing_percent": 1.6,
    "approved": 69,
    "approved_percent": 55.6,
    "approved_words": 515,
    "approved_words_percent": 47.9,
    "approved_chars": 4984,
    "approved_chars_percent": 52.5,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 5,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocfirst_stepsdesktop-po/it/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocfirst_stepsdesktop-po/it/"
}