Translation projects API.

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

GET /api/projects/storage-isolation/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "author": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "timestamp": "2020-05-09T14:37:40.599630Z",
            "action": 50,
            "target": "",
            "id": 705,
            "action_name": "Created project",
            "url": "https://weblate.rikka.app/api/changes/705/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "author": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "timestamp": "2020-05-09T16:15:32.017447Z",
            "action": 38,
            "target": "android",
            "id": 709,
            "action_name": "Removed component",
            "url": "https://weblate.rikka.app/api/changes/709/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://weblate.rikka.app/api/users/rikka/?format=api",
            "author": null,
            "timestamp": "2020-05-09T19:51:25.863982Z",
            "action": 33,
            "target": "",
            "id": 814,
            "action_name": "Changed visibility",
            "url": "https://weblate.rikka.app/api/changes/814/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/storage-isolation/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-04-01T15:26:20.321750Z",
            "action": 47,
            "target": "",
            "id": 9341,
            "action_name": "New alert",
            "url": "https://weblate.rikka.app/api/changes/9341/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.rikka.app/api/components/storage-isolation/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-09-26T17:27:11.738872Z",
            "action": 47,
            "target": "",
            "id": 11448,
            "action_name": "New alert",
            "url": "https://weblate.rikka.app/api/changes/11448/?format=api"
        }
    ]
}