Translation projects API.

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

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

{
    "count": 40123,
    "next": null,
    "previous": "http://translate.cacti.net/api/projects/cacti/changes/?format=api&page=2006",
    "results": [
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core-v1-2-x/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-30T16:44:55.889656Z",
            "action": 20,
            "target": "",
            "id": 49618,
            "action_name": "Merged repository",
            "url": "http://translate.cacti.net/api/changes/49618/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-30T16:48:47.957668Z",
            "action": 53,
            "target": "",
            "id": 49619,
            "action_name": "Received repository notification",
            "url": "http://translate.cacti.net/api/changes/49619/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-30T16:48:49.639285Z",
            "action": 21,
            "target": "",
            "id": 49620,
            "action_name": "Rebased repository",
            "url": "http://translate.cacti.net/api/changes/49620/?format=api"
        }
    ]
}