Changes API.

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

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

{
    "count": 14903,
    "next": null,
    "previous": "https://weblate.info.ucl.ac.be/api/changes/?format=api&page=745",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.info.ucl.ac.be/api/components/inginious/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-09-03T08:27:01.400422+02:00",
            "action": 47,
            "target": "",
            "id": 19933,
            "action_name": "New alert",
            "url": "https://weblate.info.ucl.ac.be/api/changes/19933/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-09-03T08:27:02.096596+02:00",
            "action": 47,
            "target": "",
            "id": 19934,
            "action_name": "New alert",
            "url": "https://weblate.info.ucl.ac.be/api/changes/19934/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.info.ucl.ac.be/api/components/inginious/frontend/?format=api",
            "translation": null,
            "user": "https://weblate.info.ucl.ac.be/api/users/gegoa/?format=api",
            "author": null,
            "timestamp": "2024-12-19T14:48:34.911986+01:00",
            "action": 21,
            "target": "",
            "id": 19935,
            "action_name": "Rebased repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/19935/?format=api"
        }
    ]
}