Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 9,
            "total_words": 87,
            "last_change": null,
            "recent_changes": 0,
            "translated": 9,
            "translated_words": 87,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 542,
            "translated_chars_percent": 100.0,
            "total_chars": 542,
            "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/pos_longpolling/en/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/pos_longpolling/en/"
        },
        {
            "total": 9,
            "total_words": 87,
            "last_change": null,
            "recent_changes": 0,
            "translated": 1,
            "translated_words": 1,
            "translated_percent": 11.1,
            "translated_words_percent": 1.1,
            "translated_chars": 11,
            "translated_chars_percent": 2.0,
            "total_chars": 542,
            "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/pos_longpolling/de/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/pos_longpolling/de/"
        },
        {
            "total": 9,
            "total_words": 87,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 542,
            "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/pos_longpolling/es/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/pos_longpolling/es/"
        },
        {
            "total": 9,
            "total_words": 87,
            "last_change": "2023-06-26T13:36:26.777697Z",
            "recent_changes": 1,
            "translated": 6,
            "translated_words": 77,
            "translated_percent": 66.6,
            "translated_words_percent": 88.5,
            "translated_chars": 473,
            "translated_chars_percent": 87.2,
            "total_chars": 542,
            "fuzzy": 2,
            "fuzzy_percent": 22.2,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "it",
            "name": "Italian",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/pos_longpolling/it/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/pos_longpolling/it/"
        },
        {
            "total": 9,
            "total_words": 87,
            "last_change": null,
            "recent_changes": 0,
            "translated": 2,
            "translated_words": 27,
            "translated_percent": 22.2,
            "translated_words_percent": 31.0,
            "translated_chars": 159,
            "translated_chars_percent": 29.3,
            "total_chars": 542,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "ru",
            "name": "Russian",
            "url": "http://weblate.ops404.it/projects/ooops-mixin-14-0/pos_longpolling/ru/",
            "translate_url": "http://weblate.ops404.it/translate/ooops-mixin-14-0/pos_longpolling/ru/"
        }
    ]
}