Translation components API.

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

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

{
    "count": 22,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/kiosk2/kfc-amrest/statistics/?format=api",
    "results": [
        {
            "last_author": null,
            "code": "sr_Latn",
            "failing_percent": 0.0,
            "total_words": 461,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc-amrest/sr_Latn/",
            "fuzzy": 0,
            "total": 110,
            "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": 2.7,
            "total_words": 461,
            "translated_words": 461,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/kfc-amrest/ky/",
            "fuzzy": 0,
            "total": 110,
            "name": "Kyrgyz",
            "url": "http://weblate.ucs.ru/engage/kiosk2/ky/",
            "translated_percent": 100.0,
            "failing": 3,
            "fuzzy_percent": 0.0,
            "translated": 110,
            "last_change": "2023-12-08T09:39:20"
        }
    ]
}