Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/57478/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/nl/?format=api",
    "user": "https://translate.seerr.dev/api/users/danihengeveld/?format=api",
    "author": "https://translate.seerr.dev/api/users/danihengeveld/?format=api",
    "timestamp": "2026-02-27T17:50:31.495345Z",
    "action": 5,
    "target": "URL mag niet eindigen met een schuine streep",
    "old": "",
    "details": {
        "state": 20,
        "source": "URL must not end in a trailing slash",
        "context": "components.Settings.SettingsMain.validationUrlTrailingSlash",
        "old_state": 0
    },
    "id": 88181,
    "action_name": "Translation added",
    "url": "https://translate.seerr.dev/api/changes/88181/?format=api"
}