Translation components API.

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

GET /api/components/guestscreen/common/changes/?format=api&page=340
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6782,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/components/guestscreen/common/changes/?format=api&page=339",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/guestscreen/common/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/guestscreen/common/cs/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-03-26T11:56:08",
            "action": 17,
            "target": "",
            "id": 1137031,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1137031/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/guestscreen/common/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-03-26T11:56:12",
            "action": 18,
            "target": "",
            "id": 1137032,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1137032/?format=api"
        }
    ]
}