Changes API.

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

GET /api/changes/92842453/?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:45:00.660208+02:00",
    "action": 20,
    "target": "",
    "old": "",
    "details": {
        "new_head": "ca256d57c38c39362884bbd22b2b0b74ee9b1c95",
        "previous_head": "81253d4652e85b597bdea14caf392c6d13085b8f"
    },
    "id": 92842453,
    "action_name": "Repository merged",
    "url": "https://hosted.weblate.org/api/changes/92842453/?format=api"
}