Translation projects API.

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

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

{
    "count": 28903,
    "next": null,
    "previous": "https://translations.documentfoundation.org/api/projects/website/changes/?format=api&page=578",
    "results": [
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/newdesign/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2020-06-14T20:49:07.682860Z",
            "action": 21,
            "target": "",
            "id": 970824,
            "action_name": "Repository rebased",
            "url": "https://translations.documentfoundation.org/api/changes/970824/?format=api"
        },
        {
            "unit": null,
            "component": "https://translations.documentfoundation.org/api/components/website/newdesign/?format=api",
            "translation": null,
            "user": "https://translations.documentfoundation.org/api/users/cloph/?format=api",
            "author": "https://translations.documentfoundation.org/api/users/cloph/?format=api",
            "timestamp": "2020-06-14T20:49:07.615480Z",
            "action": 51,
            "target": "",
            "id": 970823,
            "action_name": "Component created",
            "url": "https://translations.documentfoundation.org/api/changes/970823/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://translations.documentfoundation.org/api/users/cloph/?format=api",
            "author": "https://translations.documentfoundation.org/api/users/cloph/?format=api",
            "timestamp": "2020-06-14T20:46:55.187305Z",
            "action": 50,
            "target": "",
            "id": 970819,
            "action_name": "Project created",
            "url": "https://translations.documentfoundation.org/api/changes/970819/?format=api"
        }
    ]
}