Translation projects API.

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

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

{
    "count": 40384,
    "next": null,
    "previous": "http://translate.cacti.net/api/projects/cacti/changes/?format=api&page=2019",
    "results": [
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-11-07T20:14:54.674377Z",
            "action": 53,
            "target": "",
            "id": 49878,
            "action_name": "Received repository notification",
            "url": "http://translate.cacti.net/api/changes/49878/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-11-07T20:14:56.309369Z",
            "action": 21,
            "target": "",
            "id": 49879,
            "action_name": "Rebased repository",
            "url": "http://translate.cacti.net/api/changes/49879/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-11-07T22:21:19.899588Z",
            "action": 53,
            "target": "",
            "id": 49880,
            "action_name": "Received repository notification",
            "url": "http://translate.cacti.net/api/changes/49880/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-11-07T22:21:21.471690Z",
            "action": 21,
            "target": "",
            "id": 49881,
            "action_name": "Rebased repository",
            "url": "http://translate.cacti.net/api/changes/49881/?format=api"
        }
    ]
}