Translation components API.

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

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

{
    "total": 128,
    "total_words": 1489,
    "total_chars": 12673,
    "last_change": "2024-05-10T17:09:46.548219Z",
    "recent_changes": 4,
    "translated": 47,
    "translated_words": 467,
    "translated_percent": 36.7,
    "translated_words_percent": 31.3,
    "translated_chars": 3744,
    "translated_chars_percent": 29.5,
    "fuzzy": 17,
    "fuzzy_percent": 13.2,
    "fuzzy_words": 183,
    "fuzzy_words_percent": 12.2,
    "fuzzy_chars": 2341,
    "fuzzy_chars_percent": 18.4,
    "failing": 10,
    "failing_percent": 7.8,
    "approved": 14,
    "approved_percent": 10.9,
    "approved_words": 59,
    "approved_words_percent": 3.9,
    "approved_chars": 671,
    "approved_chars_percent": 5.2,
    "readonly": 2,
    "readonly_percent": 1.5,
    "readonly_words": 8,
    "readonly_words_percent": 0.5,
    "readonly_chars": 242,
    "readonly_chars_percent": 1.9,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocpersistent_storageadditional_software-po/it/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocpersistent_storageadditional_software-po/it/"
}