Translation components API.

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

GET /api/components/kiosk2/bk-new/statistics/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 26,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/kiosk2/bk-new/statistics/?format=api",
    "results": [
        {
            "last_author": null,
            "code": "tg",
            "failing_percent": 10.3,
            "total_words": 509,
            "translated_words": 430,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/tg/",
            "fuzzy": 3,
            "total": 126,
            "name": "Tajik",
            "url": "http://weblate.ucs.ru/engage/kiosk2/tg/",
            "translated_percent": 93.6,
            "failing": 13,
            "fuzzy_percent": 2.3,
            "translated": 118,
            "last_change": null
        },
        {
            "last_author": "Андрей Ванчурин",
            "code": "uk",
            "failing_percent": 1.5,
            "total_words": 509,
            "translated_words": 442,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/uk/",
            "fuzzy": 1,
            "total": 126,
            "name": "Ukrainian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/uk/",
            "translated_percent": 99.2,
            "failing": 2,
            "fuzzy_percent": 0.7,
            "translated": 125,
            "last_change": "2025-12-15T11:24:17"
        },
        {
            "last_author": "Damil Popov",
            "code": "uz",
            "failing_percent": 0.7,
            "total_words": 509,
            "translated_words": 437,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/uz/",
            "fuzzy": 2,
            "total": 126,
            "name": "Uzbek",
            "url": "http://weblate.ucs.ru/engage/kiosk2/uz/",
            "translated_percent": 97.6,
            "failing": 1,
            "fuzzy_percent": 1.5,
            "translated": 123,
            "last_change": "2025-08-04T04:34:59"
        },
        {
            "last_author": null,
            "code": "zh",
            "failing_percent": 11.9,
            "total_words": 509,
            "translated_words": 391,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/zh/",
            "fuzzy": 3,
            "total": 126,
            "name": "Chinese",
            "url": "http://weblate.ucs.ru/engage/kiosk2/zh/",
            "translated_percent": 84.9,
            "failing": 15,
            "fuzzy_percent": 2.3,
            "translated": 107,
            "last_change": null
        },
        {
            "last_author": "it@armfastfood.am",
            "code": "hy",
            "failing_percent": 8.7,
            "total_words": 509,
            "translated_words": 442,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/hy/",
            "fuzzy": 1,
            "total": 126,
            "name": "Armenian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/hy/",
            "translated_percent": 99.2,
            "failing": 11,
            "fuzzy_percent": 0.7,
            "translated": 125,
            "last_change": "2024-10-22T17:59:56"
        },
        {
            "last_author": "Bayram Muhiyev",
            "code": "tk",
            "failing_percent": 4.7,
            "total_words": 509,
            "translated_words": 442,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/tk/",
            "fuzzy": 1,
            "total": 126,
            "name": "Turkmen",
            "url": "http://weblate.ucs.ru/engage/kiosk2/tk/",
            "translated_percent": 99.2,
            "failing": 6,
            "fuzzy_percent": 0.7,
            "translated": 125,
            "last_change": "2024-08-09T10:39:22"
        }
    ]
}