Changes API.

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

GET /api/changes/92257361/?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-16T23:39:43.421467+02:00",
    "action": 20,
    "target": "",
    "old": "",
    "details": {
        "new_head": "765a44e64765a046d4e824f5b8d66536e9d3aa20",
        "previous_head": "6edb7306604441a783e56f9f0222905896d77f5e"
    },
    "id": 92257361,
    "action_name": "Repository merged",
    "url": "https://hosted.weblate.org/api/changes/92257361/?format=api"
}