Translation components API.

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

GET /api/components/storehouse5/sh_test_json/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": "Татьяна Лохова",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 18567,
            "translated_words": 18567,
            "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh_test_json/en/",
            "fuzzy": 0,
            "total": 6728,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/storehouse5/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 6728,
            "last_change": "2021-11-11T10:38:45"
        },
        {
            "last_author": null,
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 18567,
            "translated_words": 18567,
            "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh_test_json/ru/",
            "fuzzy": 0,
            "total": 6728,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/storehouse5/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 6728,
            "last_change": null
        },
        {
            "last_author": "Mindaugas Rapalis",
            "code": "lt",
            "failing_percent": 7.5,
            "total_words": 18567,
            "translated_words": 17821,
            "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh_test_json/lt/",
            "fuzzy": 0,
            "total": 6728,
            "name": "Lithuanian",
            "url": "http://weblate.ucs.ru/engage/storehouse5/lt/",
            "translated_percent": 98.0,
            "failing": 505,
            "fuzzy_percent": 0.0,
            "translated": 6594,
            "last_change": "2023-05-05T06:09:27"
        },
        {
            "last_author": null,
            "code": "mk",
            "failing_percent": 0.0,
            "total_words": 18567,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh_test_json/mk/",
            "fuzzy": 0,
            "total": 6728,
            "name": "Macedonian",
            "url": "http://weblate.ucs.ru/engage/storehouse5/mk/",
            "translated_percent": 0.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": "Evita Strode",
            "code": "lv",
            "failing_percent": 0.0,
            "total_words": 18567,
            "translated_words": 3,
            "url_translate": "http://weblate.ucs.ru/projects/storehouse5/sh_test_json/lv/",
            "fuzzy": 0,
            "total": 6728,
            "name": "Latvian",
            "url": "http://weblate.ucs.ru/engage/storehouse5/lv/",
            "translated_percent": 0.1,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 2,
            "last_change": "2024-01-22T12:07:08"
        }
    ]
}