Changes API.

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

GET /api/changes/92861045/?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-21T23:56:05.959795+02:00",
    "action": 20,
    "target": "",
    "old": "",
    "details": {
        "new_head": "4a363d61c6e17e214de73e29052b7348305994df",
        "previous_head": "aae5479b143278c6e70a368fd9f4a7ccd8741d3d"
    },
    "id": 92861045,
    "action_name": "Repository merged",
    "url": "https://hosted.weblate.org/api/changes/92861045/?format=api"
}