Translation projects API.

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

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

{
    "count": 39623,
    "next": null,
    "previous": "http://translate.cacti.net/api/projects/cacti/changes/?format=api&page=1981",
    "results": [
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-13T20:29:40.174850Z",
            "action": 21,
            "target": "",
            "id": 49118,
            "action_name": "Rebased repository",
            "url": "http://translate.cacti.net/api/changes/49118/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-13T20:45:43.431401Z",
            "action": 53,
            "target": "",
            "id": 49119,
            "action_name": "Received repository notification",
            "url": "http://translate.cacti.net/api/changes/49119/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-13T20:45:45.467090Z",
            "action": 21,
            "target": "",
            "id": 49120,
            "action_name": "Rebased repository",
            "url": "http://translate.cacti.net/api/changes/49120/?format=api"
        }
    ]
}