Changes API.

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

GET /api/changes/92755822/?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-20T17:01:29.397394+02:00",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "93c98da676920ccd70eb8b0e28c44122a08b6f88",
        "previous_head": "b060cd507eb7310e1bf40e1f85c11bf2a4b7c57a"
    },
    "id": 92755822,
    "action_name": "Repository rebased",
    "url": "https://hosted.weblate.org/api/changes/92755822/?format=api"
}