Translation components API.

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

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

{
    "total": 30,
    "total_words": 451,
    "total_chars": 3023,
    "last_change": "2025-04-04T19:41:11.669411Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 187,
    "translated_percent": 40.0,
    "translated_words_percent": 41.4,
    "translated_chars": 1218,
    "translated_chars_percent": 40.2,
    "fuzzy": 6,
    "fuzzy_percent": 20.0,
    "fuzzy_words": 105,
    "fuzzy_words_percent": 23.2,
    "fuzzy_chars": 763,
    "fuzzy_chars_percent": 25.2,
    "failing": 1,
    "failing_percent": 3.3,
    "approved": 10,
    "approved_percent": 33.3,
    "approved_words": 151,
    "approved_words_percent": 33.4,
    "approved_chars": 960,
    "approved_chars_percent": 31.7,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 9,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/wikisrcdocanonymous_internettorcircuits-po/it/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocanonymous_internettorcircuits-po/it/"
}