Translation components API.

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

GET /api/components/kiosk2/back/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/back/statistics/?format=api",
    "results": [
        {
            "last_author": null,
            "code": "sr_Latn",
            "failing_percent": 0.0,
            "total_words": 106,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/back/sr_Latn/",
            "fuzzy": 0,
            "total": 24,
            "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": "Rkeeper Macedonia",
            "code": "mk",
            "failing_percent": 0.0,
            "total_words": 106,
            "translated_words": 105,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/back/mk/",
            "fuzzy": 0,
            "total": 24,
            "name": "Macedonian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/mk/",
            "translated_percent": 95.8,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 23,
            "last_change": "2022-10-07T09:29:59"
        },
        {
            "last_author": "Dmitry Karpov",
            "code": "ky",
            "failing_percent": 0.0,
            "total_words": 106,
            "translated_words": 106,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/back/ky/",
            "fuzzy": 0,
            "total": 24,
            "name": "Kyrgyz",
            "url": "http://weblate.ucs.ru/engage/kiosk2/ky/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 24,
            "last_change": "2023-11-21T07:58:32"
        },
        {
            "last_author": null,
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 106,
            "translated_words": 106,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/back/en/",
            "fuzzy": 0,
            "total": 24,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/kiosk2/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 24,
            "last_change": null
        },
        {
            "last_author": "it@armfastfood.am",
            "code": "hy",
            "failing_percent": 0.0,
            "total_words": 106,
            "translated_words": 106,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/back/hy/",
            "fuzzy": 0,
            "total": 24,
            "name": "Armenian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/hy/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 24,
            "last_change": "2023-10-27T19:54:51"
        }
    ]
}