Changes API.

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

GET /api/changes/101036/?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-01T07:32:41.140030Z",
    "action": 21,
    "target": "",
    "old": "",
    "details": {
        "new_head": "75e9f85263d37a222e0f4bf58fde8a16748ae377",
        "previous_head": "00ce210d336914c63872f4d6995155566f913286"
    },
    "id": 101036,
    "action_name": "Repository rebased",
    "url": "https://translate.seerr.dev/api/changes/101036/?format=api"
}