Translation components API.

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

GET /api/translations/ooops-mixin-14-0/sh_import_product_var/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 29,
    "total_words": 98,
    "last_change": "2023-06-26T13:19:20.793388Z",
    "recent_changes": 2,
    "translated": 11,
    "translated_words": 21,
    "translated_percent": 37.9,
    "translated_words_percent": 21.4,
    "translated_chars": 115,
    "translated_chars_percent": 18.9,
    "total_chars": 607,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "it",
    "name": "Italian",
    "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/sh_import_product_var/it/",
    "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_import_product_var/it/"
}