Changes API.

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

GET /api/changes/92310134/?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-18T11:43:49.103365+02:00",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "5556828a071b78bee60bf4177e3d61b37f8675f8",
        "previous_head": "f19b43d5e58e516ccec81840376c1f91732bcb54"
    },
    "id": 92310134,
    "action_name": "Repository rebased",
    "url": "https://hosted.weblate.org/api/changes/92310134/?format=api"
}