Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/weblate/application/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-05-19T10:42:45.810848+02:00",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "3be8488ac2a8e362a7967341c7c1de1328df7685",
        "previous_head": "142c577a09fccf650912b6d6557f7e1ec9c11a4b"
    },
    "id": 92716291,
    "action_name": "Repository rebased",
    "url": "https://hosted.weblate.org/api/changes/92716291/?format=api"
}