Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "Валерия Прозорова",
            "code": "en",
            "failing_percent": 1.1,
            "total_words": 937,
            "translated_words": 937,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/en/",
            "fuzzy": 0,
            "total": 361,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_office/en/",
            "translated_percent": 100.0,
            "failing": 4,
            "fuzzy_percent": 0.0,
            "translated": 361,
            "last_change": "2025-08-27T14:50:14"
        },
        {
            "last_author": "Валерия Прозорова",
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 937,
            "translated_words": 937,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/ru/",
            "fuzzy": 0,
            "total": 361,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_office/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 361,
            "last_change": "2025-07-11T09:55:01"
        },
        {
            "last_author": "Ficsór Imre",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 937,
            "translated_words": 937,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/hu/",
            "fuzzy": 0,
            "total": 361,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/hu/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 361,
            "last_change": "2025-09-15T10:54:09"
        },
        {
            "last_author": "Виктор Грудев",
            "code": "bg",
            "failing_percent": 0.8,
            "total_words": 937,
            "translated_words": 287,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/bg/",
            "fuzzy": 1,
            "total": 361,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/bg/",
            "translated_percent": 30.1,
            "failing": 3,
            "fuzzy_percent": 0.2,
            "translated": 109,
            "last_change": "2024-01-09T15:08:29"
        },
        {
            "last_author": "Juskenas Edvinas",
            "code": "lt",
            "failing_percent": 0.5,
            "total_words": 937,
            "translated_words": 797,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/lt/",
            "fuzzy": 2,
            "total": 361,
            "name": "Lithuanian",
            "url": "http://weblate.ucs.ru/engage/rk_office/lt/",
            "translated_percent": 89.1,
            "failing": 2,
            "fuzzy_percent": 0.5,
            "translated": 322,
            "last_change": "2025-06-05T13:31:34"
        },
        {
            "last_author": "Reznicek Jan",
            "code": "cs",
            "failing_percent": 0.5,
            "total_words": 937,
            "translated_words": 630,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/cs/",
            "fuzzy": 3,
            "total": 361,
            "name": "Czech",
            "url": "http://weblate.ucs.ru/engage/rk_office/cs/",
            "translated_percent": 67.0,
            "failing": 2,
            "fuzzy_percent": 0.8,
            "translated": 242,
            "last_change": "2024-08-26T13:56:19"
        }
    ]
}