Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/62979/?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:53:44.463598Z",
    "action": 2,
    "target": "U moet een geldige time-outwaarde opgeven",
    "old": "U moet een geldige time-outwaarde opgeven.",
    "details": {
        "state": 20,
        "source": "You must provide a valid timeout value",
        "context": "components.Settings.SettingsNetwork.validationApiRequestTimeout",
        "old_state": 20
    },
    "id": 88188,
    "action_name": "Translation changed",
    "url": "https://translate.seerr.dev/api/changes/88188/?format=api"
}