Translation projects API.

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

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

{
    "count": 21153,
    "next": null,
    "previous": "https://hosted.weblate.org/api/projects/fluidd/changes/?format=api&page=423",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/fluidd/fluidd/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-08-15T22:18:13.481770+02:00",
            "action": 21,
            "target": "",
            "old": "",
            "details": {},
            "id": 63616128,
            "action_name": "Repository rebased",
            "url": "https://hosted.weblate.org/api/changes/63616128/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/fluidd/fluidd/?format=api",
            "translation": null,
            "user": "https://hosted.weblate.org/api/users/matmen/?format=api",
            "author": "https://hosted.weblate.org/api/users/matmen/?format=api",
            "timestamp": "2023-08-15T22:18:08.512038+02:00",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 63616126,
            "action_name": "Component created",
            "url": "https://hosted.weblate.org/api/changes/63616126/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://hosted.weblate.org/api/users/matmen/?format=api",
            "author": "https://hosted.weblate.org/api/users/matmen/?format=api",
            "timestamp": "2023-08-15T22:14:42.466650+02:00",
            "action": 50,
            "target": "",
            "old": "",
            "details": {},
            "id": 63616096,
            "action_name": "Project created",
            "url": "https://hosted.weblate.org/api/changes/63616096/?format=api"
        }
    ]
}