Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/70693/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/sv/?format=api",
    "user": "https://translate.seerr.dev/api/users/Nisse/?format=api",
    "author": "https://translate.seerr.dev/api/users/Nisse/?format=api",
    "timestamp": "2026-04-08T01:01:36.064716Z",
    "action": 5,
    "target": "Något gick fel vid modifiering av begäran.",
    "old": "",
    "details": {
        "state": 20,
        "source": "Something went wrong while modifying the request.",
        "context": "components.RequestCard.failedmodify",
        "old_state": 0
    },
    "id": 102729,
    "action_name": "Translation added",
    "url": "https://translate.seerr.dev/api/changes/102729/?format=api"
}