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.5,
            "total_words": 688,
            "translated_words": 649,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/en/",
            "fuzzy": 0,
            "total": 261,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_office/en/",
            "translated_percent": 96.1,
            "failing": 4,
            "fuzzy_percent": 0.0,
            "translated": 251,
            "last_change": "2025-01-14T07:11:18"
        },
        {
            "last_author": "Валерия Прозорова",
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 688,
            "translated_words": 688,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/ru/",
            "fuzzy": 0,
            "total": 261,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_office/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 261,
            "last_change": "2024-03-07T11:43:05"
        },
        {
            "last_author": "Ficsór Imre",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 688,
            "translated_words": 666,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/hu/",
            "fuzzy": 0,
            "total": 261,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/hu/",
            "translated_percent": 98.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 256,
            "last_change": "2025-03-07T09:00:21"
        },
        {
            "last_author": "Виктор Грудев",
            "code": "bg",
            "failing_percent": 0.7,
            "total_words": 688,
            "translated_words": 251,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/bg/",
            "fuzzy": 0,
            "total": 261,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/bg/",
            "translated_percent": 34.8,
            "failing": 2,
            "fuzzy_percent": 0.0,
            "translated": 91,
            "last_change": "2024-01-09T15:08:29"
        },
        {
            "last_author": "Juskenas Edvinas",
            "code": "lt",
            "failing_percent": 1.5,
            "total_words": 688,
            "translated_words": 648,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/lt/",
            "fuzzy": 0,
            "total": 261,
            "name": "Lithuanian",
            "url": "http://weblate.ucs.ru/engage/rk_office/lt/",
            "translated_percent": 95.7,
            "failing": 4,
            "fuzzy_percent": 0.0,
            "translated": 250,
            "last_change": "2025-01-14T15:15:37"
        },
        {
            "last_author": "Reznicek Jan",
            "code": "cs",
            "failing_percent": 0.7,
            "total_words": 688,
            "translated_words": 594,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/cs/",
            "fuzzy": 2,
            "total": 261,
            "name": "Czech",
            "url": "http://weblate.ucs.ru/engage/rk_office/cs/",
            "translated_percent": 85.8,
            "failing": 2,
            "fuzzy_percent": 0.7,
            "translated": 224,
            "last_change": "2024-08-26T13:56:19"
        }
    ]
}