Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/fyne/fyne/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-04-04T22:37:10.929097+02:00",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "7e2bb66dfe0836e6a1c99a6d9ba35c44d8404f8e",
        "previous_head": "37cbaab3f7c6b8234656a34e0a04dbaca65e58d7"
    },
    "id": 86692498,
    "action_name": "Repository rebased",
    "url": "https://hosted.weblate.org/api/changes/86692498/?format=api"
}