Translation components API.

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

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

{
    "total": 46,
    "total_words": 417,
    "total_chars": 3058,
    "last_change": "2024-05-07T08:17:42.358529Z",
    "recent_changes": 2,
    "translated": 17,
    "translated_words": 100,
    "translated_percent": 36.9,
    "translated_words_percent": 23.9,
    "translated_chars": 1017,
    "translated_chars_percent": 33.2,
    "fuzzy": 8,
    "fuzzy_percent": 17.3,
    "fuzzy_words": 111,
    "fuzzy_words_percent": 26.6,
    "fuzzy_chars": 669,
    "fuzzy_chars_percent": 21.8,
    "failing": 2,
    "failing_percent": 4.3,
    "approved": 10,
    "approved_percent": 21.7,
    "approved_words": 43,
    "approved_words_percent": 10.3,
    "approved_chars": 480,
    "approved_chars_percent": 15.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 29,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocresetwindows-po/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocresetwindows-po/it/"
}