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": 120,
    "total_words": 1051,
    "total_chars": 9228,
    "last_change": "2024-04-27T07:27:01.636524Z",
    "recent_changes": 27,
    "translated": 85,
    "translated_words": 684,
    "translated_percent": 70.8,
    "translated_words_percent": 65.0,
    "translated_chars": 6032,
    "translated_chars_percent": 65.3,
    "fuzzy": 11,
    "fuzzy_percent": 9.1,
    "fuzzy_words": 157,
    "fuzzy_words_percent": 14.9,
    "fuzzy_chars": 1363,
    "fuzzy_chars_percent": 14.7,
    "failing": 8,
    "failing_percent": 6.6,
    "approved": 39,
    "approved_percent": 32.5,
    "approved_words": 186,
    "approved_words_percent": 17.6,
    "approved_chars": 2109,
    "approved_chars_percent": 22.8,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 34,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepsdesktop-po/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepsdesktop-po/it/"
}