Translation components API.

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

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

{
    "count": 27,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/kiosk2/rostics/statistics/?format=api",
    "results": [
        {
            "last_author": "Nebojsa Jankovic",
            "code": "sr_Latn",
            "failing_percent": 2.2,
            "total_words": 528,
            "translated_words": 450,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/rostics/sr_Latn/",
            "fuzzy": 0,
            "total": 132,
            "name": "Serbian (latin)",
            "url": "http://weblate.ucs.ru/engage/kiosk2/sr_Latn/",
            "translated_percent": 79.5,
            "failing": 3,
            "fuzzy_percent": 0.0,
            "translated": 105,
            "last_change": "2025-10-22T20:19:26"
        },
        {
            "last_author": null,
            "code": "sv",
            "failing_percent": 11.3,
            "total_words": 528,
            "translated_words": 442,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/rostics/sv/",
            "fuzzy": 1,
            "total": 132,
            "name": "Swedish",
            "url": "http://weblate.ucs.ru/engage/kiosk2/sv/",
            "translated_percent": 93.1,
            "failing": 15,
            "fuzzy_percent": 0.7,
            "translated": 123,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "tg",
            "failing_percent": 10.6,
            "total_words": 528,
            "translated_words": 438,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/rostics/tg/",
            "fuzzy": 1,
            "total": 132,
            "name": "Tajik",
            "url": "http://weblate.ucs.ru/engage/kiosk2/tg/",
            "translated_percent": 90.9,
            "failing": 14,
            "fuzzy_percent": 0.7,
            "translated": 120,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "tk",
            "failing_percent": 6.8,
            "total_words": 528,
            "translated_words": 451,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/rostics/tk/",
            "fuzzy": 1,
            "total": 132,
            "name": "Turkmen",
            "url": "http://weblate.ucs.ru/engage/kiosk2/tk/",
            "translated_percent": 96.2,
            "failing": 9,
            "fuzzy_percent": 0.7,
            "translated": 127,
            "last_change": null
        },
        {
            "last_author": "Андрей Ванчурин",
            "code": "uk",
            "failing_percent": 0.0,
            "total_words": 528,
            "translated_words": 528,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/rostics/uk/",
            "fuzzy": 0,
            "total": 132,
            "name": "Ukrainian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/uk/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 132,
            "last_change": "2026-02-05T10:23:02"
        },
        {
            "last_author": "Damil Popov",
            "code": "uz",
            "failing_percent": 1.5,
            "total_words": 528,
            "translated_words": 463,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/rostics/uz/",
            "fuzzy": 1,
            "total": 132,
            "name": "Uzbek",
            "url": "http://weblate.ucs.ru/engage/kiosk2/uz/",
            "translated_percent": 98.4,
            "failing": 2,
            "fuzzy_percent": 0.7,
            "translated": 130,
            "last_change": "2025-08-04T04:41:59"
        },
        {
            "last_author": null,
            "code": "zh",
            "failing_percent": 12.1,
            "total_words": 528,
            "translated_words": 399,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/rostics/zh/",
            "fuzzy": 1,
            "total": 132,
            "name": "Chinese",
            "url": "http://weblate.ucs.ru/engage/kiosk2/zh/",
            "translated_percent": 82.5,
            "failing": 16,
            "fuzzy_percent": 0.7,
            "translated": 109,
            "last_change": null
        }
    ]
}