Translation components API.

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

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

{
    "count": 25,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/kiosk2/kfc-yam/statistics/?format=api",
    "results": [
        {
            "last_author": "Даниил Попов",
            "code": "uz",
            "failing_percent": 9.5,
            "total_words": 508,
            "translated_words": 489,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc-yam/uz/",
            "fuzzy": 5,
            "total": 126,
            "name": "Uzbek",
            "url": "http://weblate.ucs.ru/engage/kiosk2/uz/",
            "translated_percent": 92.0,
            "failing": 12,
            "fuzzy_percent": 3.9,
            "translated": 116,
            "last_change": "2021-12-28T11:37:41"
        },
        {
            "last_author": "Кристина Спасова",
            "code": "bs_Latn",
            "failing_percent": 11.9,
            "total_words": 508,
            "translated_words": 435,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc-yam/bs_Latn/",
            "fuzzy": 1,
            "total": 126,
            "name": "Bosnian (latin)",
            "url": "http://weblate.ucs.ru/engage/kiosk2/bs_Latn/",
            "translated_percent": 93.6,
            "failing": 15,
            "fuzzy_percent": 0.7,
            "translated": 118,
            "last_change": "2022-07-27T06:23:15"
        },
        {
            "last_author": null,
            "code": "sr_Latn",
            "failing_percent": 0.0,
            "total_words": 508,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc-yam/sr_Latn/",
            "fuzzy": 0,
            "total": 126,
            "name": "Serbian (latin)",
            "url": "http://weblate.ucs.ru/engage/kiosk2/sr_Latn/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": "Dmitry Karpov",
            "code": "ky",
            "failing_percent": 3.1,
            "total_words": 508,
            "translated_words": 505,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc-yam/ky/",
            "fuzzy": 1,
            "total": 126,
            "name": "Kyrgyz",
            "url": "http://weblate.ucs.ru/engage/kiosk2/ky/",
            "translated_percent": 98.4,
            "failing": 4,
            "fuzzy_percent": 0.7,
            "translated": 124,
            "last_change": "2023-12-08T09:32:21"
        },
        {
            "last_author": "it@armfastfood.am",
            "code": "hy",
            "failing_percent": 98.4,
            "total_words": 508,
            "translated_words": 505,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc-yam/hy/",
            "fuzzy": 1,
            "total": 126,
            "name": "Armenian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/hy/",
            "translated_percent": 98.4,
            "failing": 124,
            "fuzzy_percent": 0.7,
            "translated": 124,
            "last_change": "2023-10-29T17:50:58"
        }
    ]
}