Translation projects API.

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

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

{
    "count": 40603,
    "next": null,
    "previous": "http://translate.cacti.net/api/projects/cacti/changes/?format=api&page=2030",
    "results": [
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-11-19T15:25:38.294542Z",
            "action": 53,
            "target": "",
            "id": 50098,
            "action_name": "Received repository notification",
            "url": "http://translate.cacti.net/api/changes/50098/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-11-19T15:25:40.061053Z",
            "action": 21,
            "target": "",
            "id": 50099,
            "action_name": "Rebased repository",
            "url": "http://translate.cacti.net/api/changes/50099/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/intropage/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-11-19T18:39:19.207708Z",
            "action": 28,
            "target": "ERROR: Permission to Cacti/plugin_intropage.git denied to TheCactiGroup.\nfatal: Could not read from remote repository.\n\nPlease make sure you have the correct access rights\nand the repository exists.\n (128)",
            "id": 50100,
            "action_name": "Failed push on repository",
            "url": "http://translate.cacti.net/api/changes/50100/?format=api"
        }
    ]
}