Changes API.

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

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

{
    "unit": null,
    "component": "https://translate.engagevr.io/api/components/engage/database/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2025-10-16T07:51:26.308983Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "95a338d5144514a8cb779d3c20f4c6805dbd6789",
        "previous_head": "95a338d5144514a8cb779d3c20f4c6805dbd6789"
    },
    "id": 3,
    "action_name": "Repository rebased",
    "url": "https://translate.engagevr.io/api/changes/3/?format=api"
}