Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 50,
            "total_words": 175,
            "last_change": null,
            "recent_changes": 0,
            "translated": 50,
            "translated_words": 175,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1400,
            "translated_chars_percent": 100.0,
            "total_chars": 1400,
            "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_product_barcode_mobile/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_product_barcode_mobile/en/"
        },
        {
            "total": 50,
            "total_words": 175,
            "last_change": null,
            "recent_changes": 0,
            "translated": 50,
            "translated_words": 175,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1400,
            "translated_chars_percent": 100.0,
            "total_chars": 1400,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 2.0,
            "code": "ar",
            "name": "Arabic",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/sh_product_barcode_mobile/ar/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_product_barcode_mobile/ar/"
        },
        {
            "total": 50,
            "total_words": 175,
            "last_change": null,
            "recent_changes": 0,
            "translated": 50,
            "translated_words": 175,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1400,
            "translated_chars_percent": 100.0,
            "total_chars": 1400,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 2.0,
            "code": "de",
            "name": "German",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/sh_product_barcode_mobile/de/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_product_barcode_mobile/de/"
        },
        {
            "total": 50,
            "total_words": 175,
            "last_change": null,
            "recent_changes": 0,
            "translated": 50,
            "translated_words": 175,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 1400,
            "translated_chars_percent": 100.0,
            "total_chars": 1400,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 1,
            "failing_percent": 2.0,
            "code": "es",
            "name": "Spanish",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/sh_product_barcode_mobile/es/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_product_barcode_mobile/es/"
        },
        {
            "total": 50,
            "total_words": 175,
            "last_change": "2024-11-05T11:31:37.154914Z",
            "recent_changes": 2,
            "translated": 12,
            "translated_words": 23,
            "translated_percent": 24.0,
            "translated_words_percent": 13.1,
            "translated_chars": 133,
            "translated_chars_percent": 9.5,
            "total_chars": 1400,
            "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_product_barcode_mobile/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/sh_product_barcode_mobile/it/"
        }
    ]
}