Translation projects API.

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

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

{
    "count": 40144,
    "next": null,
    "previous": "http://translate.cacti.net/api/projects/cacti/changes/?format=api&page=2007",
    "results": [
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/monitor/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T18:34:57.003686Z",
            "action": 53,
            "target": "",
            "id": 49638,
            "action_name": "Received repository notification",
            "url": "http://translate.cacti.net/api/changes/49638/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/monitor/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T18:34:58.513473Z",
            "action": 20,
            "target": "",
            "id": 49639,
            "action_name": "Merged repository",
            "url": "http://translate.cacti.net/api/changes/49639/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/monitor/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T21:37:39.799718Z",
            "action": 53,
            "target": "",
            "id": 49640,
            "action_name": "Received repository notification",
            "url": "http://translate.cacti.net/api/changes/49640/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/monitor/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-31T21:37:41.389740Z",
            "action": 20,
            "target": "",
            "id": 49641,
            "action_name": "Merged repository",
            "url": "http://translate.cacti.net/api/changes/49641/?format=api"
        }
    ]
}