Changes API

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

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

{
    "count": 848384,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/changes/?format=api&page=42419",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/sh/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-04T14:46:19",
            "action": 18,
            "target": "",
            "id": 1222474,
            "action_name": "Pushed changes",
            "url": "http://weblate.ucs.ru/api/changes/1222474/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/dmctldmctl/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-04T14:46:20",
            "action": 21,
            "target": "",
            "id": 1222475,
            "action_name": "Rebased repository",
            "url": "http://weblate.ucs.ru/api/changes/1222475/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/domm/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-04T14:46:31",
            "action": 20,
            "target": "",
            "id": 1222476,
            "action_name": "Merged repository",
            "url": "http://weblate.ucs.ru/api/changes/1222476/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/storehouse5/dset/?format=api",
            "translation": null,
            "dictionary": null,
            "user": null,
            "author": null,
            "timestamp": "2025-02-04T14:46:36",
            "action": 20,
            "target": "",
            "id": 1222477,
            "action_name": "Merged repository",
            "url": "http://weblate.ucs.ru/api/changes/1222477/?format=api"
        }
    ]
}