Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/galette/galette/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-05-20T09:08:49.000342+02:00",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "b5f2c9b90603f09cffd2f9f92de30b32193b8268",
        "previous_head": "83d319a1db640db5d127e2336849de736d717e46"
    },
    "id": 92742346,
    "action_name": "Repository rebased",
    "url": "https://hosted.weblate.org/api/changes/92742346/?format=api"
}