Translation components API.

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

GET /api/components/r_k_Delivery/call-center/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "Denis Zozulya",
            "code": "en",
            "failing_percent": 1.6,
            "total_words": 849,
            "translated_words": 40,
            "url_translate": "http://weblate.ucs.ru/projects/r_k_Delivery/call-center/en/",
            "fuzzy": 0,
            "total": 374,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/r_k_Delivery/en/",
            "translated_percent": 7.7,
            "failing": 6,
            "fuzzy_percent": 0.0,
            "translated": 29,
            "last_change": "2024-07-04T09:58:01"
        },
        {
            "last_author": null,
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 849,
            "translated_words": 849,
            "url_translate": "http://weblate.ucs.ru/projects/r_k_Delivery/call-center/ru/",
            "fuzzy": 0,
            "total": 374,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/r_k_Delivery/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 374,
            "last_change": null
        },
        {
            "last_author": "Vitalie Bologan",
            "code": "ro",
            "failing_percent": 2.1,
            "total_words": 849,
            "translated_words": 226,
            "url_translate": "http://weblate.ucs.ru/projects/r_k_Delivery/call-center/ro/",
            "fuzzy": 0,
            "total": 374,
            "name": "Romanian",
            "url": "http://weblate.ucs.ru/engage/r_k_Delivery/ro/",
            "translated_percent": 33.6,
            "failing": 8,
            "fuzzy_percent": 0.0,
            "translated": 126,
            "last_change": "2024-07-24T15:12:51"
        },
        {
            "last_author": "Ficsór Imre",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 849,
            "translated_words": 849,
            "url_translate": "http://weblate.ucs.ru/projects/r_k_Delivery/call-center/hu/",
            "fuzzy": 0,
            "total": 374,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/r_k_Delivery/hu/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 374,
            "last_change": "2024-10-31T13:52:20"
        },
        {
            "last_author": "Виктор Грудев",
            "code": "bg",
            "failing_percent": 1.0,
            "total_words": 849,
            "translated_words": 33,
            "url_translate": "http://weblate.ucs.ru/projects/r_k_Delivery/call-center/bg/",
            "fuzzy": 0,
            "total": 374,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/r_k_Delivery/bg/",
            "translated_percent": 4.5,
            "failing": 4,
            "fuzzy_percent": 0.0,
            "translated": 17,
            "last_change": "2024-08-28T14:06:51"
        }
    ]
}