Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 16,
            "total_words": 86,
            "last_change": null,
            "recent_changes": 0,
            "translated": 16,
            "translated_words": 86,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 577,
            "translated_chars_percent": 100.0,
            "total_chars": 577,
            "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/access_restricted/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/access_restricted/en/"
        },
        {
            "total": 15,
            "total_words": 65,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 6.6,
            "translated_words_percent": 1.5,
            "translated_chars": 5,
            "translated_chars_percent": 1.1,
            "total_chars": 442,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "de",
            "name": "German",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/access_restricted/de/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/access_restricted/de/"
        },
        {
            "total": 15,
            "total_words": 65,
            "last_change": null,
            "recent_changes": 0,
            "translated": 8,
            "translated_words": 18,
            "translated_percent": 53.3,
            "translated_words_percent": 27.6,
            "translated_chars": 93,
            "translated_chars_percent": 21.0,
            "total_chars": 442,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "es",
            "name": "Spanish",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/access_restricted/es/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/access_restricted/es/"
        },
        {
            "total": 15,
            "total_words": 65,
            "last_change": null,
            "recent_changes": 0,
            "translated": 12,
            "translated_words": 40,
            "translated_percent": 80.0,
            "translated_words_percent": 61.5,
            "translated_chars": 253,
            "translated_chars_percent": 57.2,
            "total_chars": 442,
            "fuzzy": 1,
            "fuzzy_percent": 6.6,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "es_CR",
            "name": "Spanish (Costa Rica)",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/access_restricted/es_CR/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/access_restricted/es_CR/"
        },
        {
            "total": 15,
            "total_words": 66,
            "last_change": "2024-11-05T11:31:37.166304Z",
            "recent_changes": 1,
            "translated": 9,
            "translated_words": 19,
            "translated_percent": 60.0,
            "translated_words_percent": 28.7,
            "translated_chars": 100,
            "translated_chars_percent": 23.4,
            "total_chars": 426,
            "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/access_restricted/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/access_restricted/it/"
        }
    ]
}