Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/64695/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/et/?format=api",
    "user": "https://translate.seerr.dev/api/users/markspoiss007-web/?format=api",
    "author": "https://translate.seerr.dev/api/users/markspoiss007-web/?format=api",
    "timestamp": "2026-04-01T07:29:37.897401Z",
    "action": 2,
    "target": "Peate määrama prioriteedi vahemikus 1 kuni 5",
    "old": "Peate määrama prioriteedi vahemikus 1 kuni 5.",
    "details": {
        "state": 20,
        "source": "You must provide a priority between 1 and 5",
        "context": "components.Settings.Notifications.NotificationsNtfy.validationPriorityRequired",
        "old_state": 20
    },
    "id": 101034,
    "action_name": "Translation changed",
    "url": "https://translate.seerr.dev/api/changes/101034/?format=api"
}