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": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "last_author": "Валерия Прозорова",
            "code": "en",
            "failing_percent": 0.0,
            "total_words": 444,
            "translated_words": 432,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/en/",
            "fuzzy": 0,
            "total": 164,
            "name": "English",
            "url": "http://weblate.ucs.ru/engage/rk_office/en/",
            "translated_percent": 98.1,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 161,
            "last_change": "2024-04-15T13:07:23"
        },
        {
            "last_author": "Валерия Прозорова",
            "code": "ru",
            "failing_percent": 0.0,
            "total_words": 444,
            "translated_words": 444,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/ru/",
            "fuzzy": 0,
            "total": 164,
            "name": "Russian",
            "url": "http://weblate.ucs.ru/engage/rk_office/ru/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 164,
            "last_change": "2024-03-07T11:43:05"
        },
        {
            "last_author": "Ficsór Imre",
            "code": "hu",
            "failing_percent": 0.0,
            "total_words": 444,
            "translated_words": 444,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/hu/",
            "fuzzy": 0,
            "total": 164,
            "name": "Hungarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/hu/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 164,
            "last_change": "2024-04-22T12:27:09"
        },
        {
            "last_author": "Виктор Грудев",
            "code": "bg",
            "failing_percent": 1.2,
            "total_words": 444,
            "translated_words": 254,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/bg/",
            "fuzzy": 0,
            "total": 164,
            "name": "Bulgarian",
            "url": "http://weblate.ucs.ru/engage/rk_office/bg/",
            "translated_percent": 56.0,
            "failing": 2,
            "fuzzy_percent": 0.0,
            "translated": 92,
            "last_change": "2024-01-09T15:08:29"
        },
        {
            "last_author": "Juskenas Edvinas",
            "code": "lt",
            "failing_percent": 0.0,
            "total_words": 444,
            "translated_words": 444,
            "url_translate": "http://weblate.ucs.ru/projects/rk_office/webman/lt/",
            "fuzzy": 0,
            "total": 164,
            "name": "Lithuanian",
            "url": "http://weblate.ucs.ru/engage/rk_office/lt/",
            "translated_percent": 100.0,
            "failing": 0,
            "fuzzy_percent": 0.0,
            "translated": 164,
            "last_change": "2024-04-19T10:59:31"
        }
    ]
}