Changes API.

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

GET /api/changes/92737910/?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-19T23:34:48.913930+02:00",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "83d319a1db640db5d127e2336849de736d717e46",
        "previous_head": "44d57f9675bf7925bcac8f951fb049f92bb09d60"
    },
    "id": 92737910,
    "action_name": "Repository rebased",
    "url": "https://hosted.weblate.org/api/changes/92737910/?format=api"
}