Translation components API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "Tālavs Asaris",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 26,
            "translated_words": 26,
            "url_translate": "http://weblate.ucs.ru/projects/centralization/common/en/",
            "fuzzy": 0,
            "total": 20,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/centralization/en/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 20,
            "last_change": "2022-11-29T11:37:07"
        },
        {
            "last_author": "Красюкова Мария",
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 26,
            "translated_words": 26,
            "url_translate": "http://weblate.ucs.ru/projects/centralization/common/ru/",
            "fuzzy": 0,
            "total": 20,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/centralization/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 20,
            "last_change": "2023-01-12T12:35:40"
        },
        {
            "last_author": "Szakács Dániel",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 26,
            "translated_words": 26,
            "url_translate": "http://weblate.ucs.ru/projects/centralization/common/hu/",
            "fuzzy": 0,
            "total": 20,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/centralization/hu/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 20,
            "last_change": "2022-12-05T13:40:37"
        },
        {
            "last_author": "Mantas Antanaitis",
            "code": "lt",
            "failing_percent": 15.0,
            "total_words": 26,
            "translated_words": 19,
            "url_translate": "http://weblate.ucs.ru/projects/centralization/common/lt/",
            "fuzzy": 3,
            "total": 20,
            "name": "Lithuanian",
            "url": "http://weblate.ucs.ru/engage/centralization/lt/",
            "translated_percent": 85.0,
            "failing": 3,
            "fuzzy_percent": 15.0,
            "translated": 17,
            "last_change": "2020-11-26T09:03:24"
        },
        {
            "last_author": null,
            "code": "lv",
            "failing_percent": 0.0,
            "total_words": 0,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/centralization/common/lv/",
            "fuzzy": 0,
            "total": 0,
            "name": "Latvian",
            "url": "http://weblate.ucs.ru/engage/centralization/lv/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "ro",
            "failing_percent": 0.0,
            "total_words": 0,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/centralization/common/ro/",
            "fuzzy": 0,
            "total": 0,
            "name": "Romanian",
            "url": "http://weblate.ucs.ru/engage/centralization/ro/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        },
        {
            "last_author": null,
            "code": "cs",
            "failing_percent": 0.0,
            "total_words": 0,
            "translated_words": 0,
            "url_translate": "http://weblate.ucs.ru/projects/centralization/common/cs/",
            "fuzzy": 0,
            "total": 0,
            "name": "Czech",
            "url": "http://weblate.ucs.ru/engage/centralization/cs/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 0,
            "last_change": null
        }
    ]
}