Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 29,
            "total_words": 98,
            "last_change": null,
            "recent_changes": 0,
            "translated": 29,
            "translated_words": 98,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 607,
            "translated_chars_percent": 100.0,
            "total_chars": 607,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/sh_import_product_var/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_import_product_var/en/"
        },
        {
            "total": 29,
            "total_words": 98,
            "last_change": null,
            "recent_changes": 0,
            "translated": 29,
            "translated_words": 98,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 607,
            "translated_chars_percent": 100.0,
            "total_chars": 607,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 6.8,
            "code": "ar",
            "name": "Arabic",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/sh_import_product_var/ar/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_import_product_var/ar/"
        },
        {
            "total": 29,
            "total_words": 98,
            "last_change": null,
            "recent_changes": 0,
            "translated": 29,
            "translated_words": 98,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 607,
            "translated_chars_percent": 100.0,
            "total_chars": 607,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 6.8,
            "code": "de",
            "name": "German",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/sh_import_product_var/de/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_import_product_var/de/"
        },
        {
            "total": 29,
            "total_words": 98,
            "last_change": null,
            "recent_changes": 0,
            "translated": 29,
            "translated_words": 98,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 607,
            "translated_chars_percent": 100.0,
            "total_chars": 607,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 2,
            "failing_percent": 6.8,
            "code": "es",
            "name": "Spanish",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/sh_import_product_var/es/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_import_product_var/es/"
        },
        {
            "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/"
        }
    ]
}