Translation components API.

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

GET /api/components/kiosk2/core/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/core/statistics/?format=api",
    "results": [
        {
            "last_author": "Даниил Попов",
            "code": "tg",
            "failing_percent": 3.4,
            "total_words": 4056,
            "translated_words": 3571,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/tg/",
            "fuzzy": 1,
            "total": 871,
            "name": "Tajik",
            "url": "http://weblate.ucs.ru/engage/kiosk2/tg/",
            "translated_percent": 88.4,
            "failing": 30,
            "fuzzy_percent": 0.1,
            "translated": 770,
            "last_change": "2022-03-31T04:05:30"
        },
        {
            "last_author": "Калоян Георгиев",
            "code": "bg",
            "failing_percent": 3.4,
            "total_words": 4056,
            "translated_words": 437,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/bg/",
            "fuzzy": 0,
            "total": 871,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/bg/",
            "translated_percent": 16.7,
            "failing": 30,
            "fuzzy_percent": 0.0,
            "translated": 146,
            "last_change": "2022-03-15T23:01:19"
        },
        {
            "last_author": "Кристина Спасова",
            "code": "bs_Latn",
            "failing_percent": 10.5,
            "total_words": 4056,
            "translated_words": 3316,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/bs_Latn/",
            "fuzzy": 1,
            "total": 871,
            "name": "Bosnian (latin)",
            "url": "http://weblate.ucs.ru/engage/kiosk2/bs_Latn/",
            "translated_percent": 82.8,
            "failing": 92,
            "fuzzy_percent": 0.1,
            "translated": 722,
            "last_change": "2022-07-27T10:23:38"
        },
        {
            "last_author": null,
            "code": "sr_Latn",
            "failing_percent": 0.0,
            "total_words": 4056,
            "translated_words": 40,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/sr_Latn/",
            "fuzzy": 0,
            "total": 871,
            "name": "Serbian (latin)",
            "url": "http://weblate.ucs.ru/engage/kiosk2/sr_Latn/",
            "translated_percent": 0.3,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 3,
            "last_change": null
        },
        {
            "last_author": "Rkeeper Macedonia",
            "code": "mk",
            "failing_percent": 5.1,
            "total_words": 4056,
            "translated_words": 2681,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/mk/",
            "fuzzy": 0,
            "total": 871,
            "name": "Macedonian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/mk/",
            "translated_percent": 69.0,
            "failing": 45,
            "fuzzy_percent": 0.0,
            "translated": 601,
            "last_change": "2022-10-12T11:54:06"
        },
        {
            "last_author": "Dmitry Karpov",
            "code": "ky",
            "failing_percent": 0.1,
            "total_words": 4056,
            "translated_words": 3844,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/ky/",
            "fuzzy": 1,
            "total": 871,
            "name": "Kyrgyz",
            "url": "http://weblate.ucs.ru/engage/kiosk2/ky/",
            "translated_percent": 95.9,
            "failing": 1,
            "fuzzy_percent": 0.1,
            "translated": 836,
            "last_change": "2023-12-08T09:27:57"
        },
        {
            "last_author": "Artur Egoryan",
            "code": "hy",
            "failing_percent": 1.9,
            "total_words": 4056,
            "translated_words": 3738,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/core/hy/",
            "fuzzy": 0,
            "total": 871,
            "name": "Armenian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/hy/",
            "translated_percent": 91.6,
            "failing": 17,
            "fuzzy_percent": 0.0,
            "translated": 798,
            "last_change": "2024-04-02T13:01:40"
        }
    ]
}