Translation components API.

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

GET /api/components/kiosk2/kfc/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/kfc/statistics/?format=api",
    "results": [
        {
            "last_author": "Nebojsa Jankovic",
            "code": "sr_Latn",
            "failing_percent": 9.7,
            "total_words": 677,
            "translated_words": 512,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/sr_Latn/",
            "fuzzy": 0,
            "total": 164,
            "name": "Serbian (latin)",
            "url": "http://weblate.ucs.ru/engage/kiosk2/sr_Latn/",
            "translated_percent": 72.5,
            "failing": 16,
            "fuzzy_percent": 0.0,
            "translated": 119,
            "last_change": "2025-10-22T20:00:39"
        },
        {
            "last_author": "Dmitry Karpov",
            "code": "ky",
            "failing_percent": 4.8,
            "total_words": 677,
            "translated_words": 524,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/ky/",
            "fuzzy": 3,
            "total": 164,
            "name": "Kyrgyz",
            "url": "http://weblate.ucs.ru/engage/kiosk2/ky/",
            "translated_percent": 79.2,
            "failing": 8,
            "fuzzy_percent": 1.8,
            "translated": 130,
            "last_change": "2023-02-14T08:09:10"
        },
        {
            "last_author": "Bayram Muhiyev",
            "code": "tk",
            "failing_percent": 6.0,
            "total_words": 677,
            "translated_words": 515,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/tk/",
            "fuzzy": 0,
            "total": 164,
            "name": "Turkmen",
            "url": "http://weblate.ucs.ru/engage/kiosk2/tk/",
            "translated_percent": 78.0,
            "failing": 10,
            "fuzzy_percent": 0.0,
            "translated": 128,
            "last_change": "2024-08-14T06:04:12"
        },
        {
            "last_author": null,
            "code": "ar",
            "failing_percent": 75.6,
            "total_words": 677,
            "translated_words": 508,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/ar/",
            "fuzzy": 0,
            "total": 164,
            "name": "Arabic",
            "url": "http://weblate.ucs.ru/engage/kiosk2/ar/",
            "translated_percent": 76.8,
            "failing": 124,
            "fuzzy_percent": 0.0,
            "translated": 126,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "es",
            "failing_percent": 0.0,
            "total_words": 677,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/es/",
            "fuzzy": 0,
            "total": 164,
            "name": "Spanish",
            "url": "http://weblate.ucs.ru/engage/kiosk2/es/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "hy",
            "failing_percent": 9.1,
            "total_words": 677,
            "translated_words": 525,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/hy/",
            "fuzzy": 0,
            "total": 164,
            "name": "Armenian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/hy/",
            "translated_percent": 79.8,
            "failing": 15,
            "fuzzy_percent": 0.0,
            "translated": 131,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "zh",
            "failing_percent": 9.7,
            "total_words": 677,
            "translated_words": 463,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc/zh/",
            "fuzzy": 0,
            "total": 164,
            "name": "Chinese",
            "url": "http://weblate.ucs.ru/engage/kiosk2/zh/",
            "translated_percent": 67.0,
            "failing": 16,
            "fuzzy_percent": 0.0,
            "translated": 110,
            "last_change": null
        }
    ]
}