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.2,
            "total_words": 805,
            "translated_words": 786,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/en/",
            "fuzzy": 0,
            "total": 322,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_office/en/",
            "translated_percent": 98.1,
            "failing": 4,
            "fuzzy_percent": 0.0,
            "translated": 316,
            "last_change": "2025-05-14T07:53:42"
        },
        {
            "last_author": "Валерия Прозорова",
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 805,
            "translated_words": 805,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/ru/",
            "fuzzy": 0,
            "total": 322,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_office/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 322,
            "last_change": "2025-04-10T08:32:08"
        },
        {
            "last_author": "Ficsór Imre",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 805,
            "translated_words": 801,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/hu/",
            "fuzzy": 0,
            "total": 322,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/hu/",
            "translated_percent": 99.3,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 320,
            "last_change": "2025-04-25T14:47:09"
        },
        {
            "last_author": "Виктор Грудев",
            "code": "bg",
            "failing_percent": 0.9,
            "total_words": 805,
            "translated_words": 287,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/bg/",
            "fuzzy": 1,
            "total": 322,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/bg/",
            "translated_percent": 33.8,
            "failing": 3,
            "fuzzy_percent": 0.3,
            "translated": 109,
            "last_change": "2024-01-09T15:08:29"
        },
        {
            "last_author": "Juskenas Edvinas",
            "code": "lt",
            "failing_percent": 1.5,
            "total_words": 805,
            "translated_words": 768,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/lt/",
            "fuzzy": 1,
            "total": 322,
            "name": "Lithuanian",
            "url": "http://weblate.ucs.ru/engage/rk_office/lt/",
            "translated_percent": 95.3,
            "failing": 5,
            "fuzzy_percent": 0.3,
            "translated": 307,
            "last_change": "2025-04-14T07:15:46"
        },
        {
            "last_author": "Reznicek Jan",
            "code": "cs",
            "failing_percent": 0.6,
            "total_words": 805,
            "translated_words": 630,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/cs/",
            "fuzzy": 3,
            "total": 322,
            "name": "Czech",
            "url": "http://weblate.ucs.ru/engage/rk_office/cs/",
            "translated_percent": 75.1,
            "failing": 2,
            "fuzzy_percent": 0.9,
            "translated": 242,
            "last_change": "2024-08-26T13:56:19"
        }
    ]
}