Changes API.

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

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

{
    "unit": null,
    "component": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/?format=api",
    "translation": null,
    "user": null,
    "author": null,
    "timestamp": "2026-04-03T02:17:02.553944Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "552b81d5c40cd2ab7c77cea8593fecc836c01539",
        "previous_head": "d78df2a233eaf455e2cdc268fa4e862a1d1ef153"
    },
    "id": 101086,
    "action_name": "Repository rebased",
    "url": "https://translate.seerr.dev/api/changes/101086/?format=api"
}