Translation components API.

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

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

{
    "total": 19,
    "total_words": 281,
    "total_chars": 2255,
    "last_change": "2024-02-27T15:32:50.242923Z",
    "recent_changes": 1,
    "translated": 11,
    "translated_words": 150,
    "translated_percent": 57.8,
    "translated_words_percent": 53.3,
    "translated_chars": 1247,
    "translated_chars_percent": 55.2,
    "fuzzy": 6,
    "fuzzy_percent": 31.5,
    "fuzzy_words": 117,
    "fuzzy_words_percent": 41.6,
    "fuzzy_chars": 827,
    "fuzzy_chars_percent": 36.6,
    "failing": 2,
    "failing_percent": 10.5,
    "approved": 4,
    "approved_percent": 21.0,
    "approved_words": 62,
    "approved_words_percent": 22.0,
    "approved_chars": 534,
    "approved_chars_percent": 23.6,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocpersistent_storagecheck-po/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocpersistent_storagecheck-po/it/"
}