Changes API

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

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

{
    "count": 808464,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/changes/?format=api&page=40423",
    "results": [
        {
            "unit": "http://weblate.ucs.ru/api/units/2547224/?format=api",
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman/en/?format=api",
            "dictionary": null,
            "user": 189,
            "author": 189,
            "timestamp": "2024-10-04T13:48:02",
            "action": 5,
            "target": "You want to move:",
            "id": 1182347,
            "action_name": "New translation",
            "url": "http://weblate.ucs.ru/api/changes/1182347/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman/en/?format=api",
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-04T13:54:24",
            "action": 17,
            "target": "",
            "id": 1182348,
            "action_name": "Committed changes",
            "url": "http://weblate.ucs.ru/api/changes/1182348/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-04T13:54:28",
            "action": 18,
            "target": "",
            "id": 1182349,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1182349/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/rk_office/webman_storehouse/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-04T13:54:31",
            "action": 21,
            "target": "",
            "id": 1182350,
            "action_name": "Rebased repository",
            "url": "http://weblate.ucs.ru/api/changes/1182350/?format=api"
        }
    ]
}