Translation components API.

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

GET /api/components/kiosk2/bk-new/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/bk-new/statistics/?format=api",
    "results": [
        {
            "last_author": null,
            "code": "tg",
            "failing_percent": 10.3,
            "total_words": 506,
            "translated_words": 494,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/tg/",
            "fuzzy": 2,
            "total": 126,
            "name": "Tajik",
            "url": "http://weblate.ucs.ru/engage/kiosk2/tg/",
            "translated_percent": 94.4,
            "failing": 13,
            "fuzzy_percent": 1.5,
            "translated": 119,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "uk",
            "failing_percent": 8.7,
            "total_words": 506,
            "translated_words": 455,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/uk/",
            "fuzzy": 2,
            "total": 126,
            "name": "Ukrainian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/uk/",
            "translated_percent": 85.7,
            "failing": 11,
            "fuzzy_percent": 1.5,
            "translated": 108,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "uz",
            "failing_percent": 9.5,
            "total_words": 506,
            "translated_words": 494,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/uz/",
            "fuzzy": 2,
            "total": 126,
            "name": "Uzbek",
            "url": "http://weblate.ucs.ru/engage/kiosk2/uz/",
            "translated_percent": 94.4,
            "failing": 12,
            "fuzzy_percent": 1.5,
            "translated": 119,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "zh",
            "failing_percent": 11.9,
            "total_words": 506,
            "translated_words": 455,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/zh/",
            "fuzzy": 2,
            "total": 126,
            "name": "Chinese",
            "url": "http://weblate.ucs.ru/engage/kiosk2/zh/",
            "translated_percent": 85.7,
            "failing": 15,
            "fuzzy_percent": 1.5,
            "translated": 108,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "hy",
            "failing_percent": 98.4,
            "total_words": 506,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/kiosk2/bk-new/hy/",
            "fuzzy": 0,
            "total": 126,
            "name": "Armenian",
            "url": "http://weblate.ucs.ru/engage/kiosk2/hy/",
            "translated_percent": 0.0,
            "failing": 124,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        }
    ]
}