Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/46398/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/pl/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2026-04-07T10:49:54.548212Z",
    "action": 59,
    "target": "Coś poszło nie tak. Spróbuj ponownie.",
    "old": "Coś poszło nie tak. Spróbuj ponownie.",
    "details": {
        "state": 20,
        "source": "Something went wrong. Please try again.",
        "context": "components.MovieDetails.watchlistError",
        "old_state": 20
    },
    "id": 102627,
    "action_name": "String updated in the repository",
    "url": "https://translate.seerr.dev/api/changes/102627/?format=api"
}