Changes API.

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

GET /api/changes/5/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": null,
    "component": "https://translate.sonoransoftware.com/api/components/sonoran-cms/web-app/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2024-07-16T00:23:53.556697Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "15552cb04ba3039578b5ba323da7dd13ccfde160",
        "previous_head": "15552cb04ba3039578b5ba323da7dd13ccfde160"
    },
    "id": 5,
    "action_name": "Repository rebased",
    "url": "https://translate.sonoransoftware.com/api/changes/5/?format=api"
}