Changes API.

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

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

{
    "count": 27452,
    "next": null,
    "previous": "https://weblate.vivid-inc.net/api/changes/?format=api&page=549",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.vivid-inc.net/api/components/neon/vivid-trace-website/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2020-07-09T23:37:30.468269Z",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 2,
            "action_name": "Repository rebased",
            "url": "https://weblate.vivid-inc.net/api/changes/2/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.vivid-inc.net/api/users/ty/?format=api",
            "author": "https://weblate.vivid-inc.net/api/users/ty/?format=api",
            "timestamp": "2020-07-09T23:28:37.716807Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 1,
            "action_name": "Project created",
            "url": "https://weblate.vivid-inc.net/api/changes/1/?format=api"
        }
    ]
}