Translation projects API.

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

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

{
    "count": 39542,
    "next": null,
    "previous": "http://translate.cacti.net/api/projects/cacti/changes/?format=api&page=1977",
    "results": [
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-01T18:52:57.431892Z",
            "action": 53,
            "target": "",
            "id": 49038,
            "action_name": "Received repository notification",
            "url": "http://translate.cacti.net/api/changes/49038/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-10-01T18:52:59.402879Z",
            "action": 21,
            "target": "",
            "id": 49039,
            "action_name": "Rebased repository",
            "url": "http://translate.cacti.net/api/changes/49039/?format=api"
        }
    ]
}