Changes API.

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

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

{
    "unit": null,
    "component": "https://hosted.weblate.org/api/components/soundswitch/about/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-05-21T20:47:41.263095+02:00",
    "action": 20,
    "target": "",
    "old": "",
    "details": {
        "new_head": "96394fdd96b30a506f3507e69579f8669bc5f446",
        "previous_head": "ca256d57c38c39362884bbd22b2b0b74ee9b1c95"
    },
    "id": 92842474,
    "action_name": "Repository merged",
    "url": "https://hosted.weblate.org/api/changes/92842474/?format=api"
}