Changes API.

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

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

{
    "count": 677002,
    "next": null,
    "previous": "http://translate.otrs.com/api/changes/?format=api&page=13540",
    "results": [
        {
            "unit": null,
            "component": "http://translate.otrs.com/api/components/otrs-7/otrs/?format=api",
            "translation": null,
            "user": "http://translate.otrs.com/api/users/bu/?format=api",
            "author": "http://translate.otrs.com/api/users/bu/?format=api",
            "timestamp": "2020-01-06T14:35:21.302727Z",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 9102,
            "action_name": "Component created",
            "url": "http://translate.otrs.com/api/changes/9102/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "http://translate.otrs.com/api/users/bu/?format=api",
            "author": "http://translate.otrs.com/api/users/bu/?format=api",
            "timestamp": "2020-01-06T14:35:21.050708Z",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 9101,
            "action_name": "Project created",
            "url": "http://translate.otrs.com/api/changes/9101/?format=api"
        }
    ]
}