Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/11062/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/jellyseerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/fr/?format=api",
    "user": "https://translate.seerr.dev/api/users/SulliL/?format=api",
    "author": "https://translate.seerr.dev/api/users/SulliL/?format=api",
    "timestamp": "2026-04-02T18:23:12.453452Z",
    "action": 2,
    "target": "Les paramètres de la notification web push ont été enregistrés avec succès !",
    "old": "Les paramètres de la notification Web push ont été enregistrés avec succès !",
    "details": {
        "state": 20,
        "source": "Web push notification settings saved successfully!",
        "context": "components.Settings.Notifications.NotificationsWebPush.webpushsettingssaved",
        "old_state": 20
    },
    "id": 101053,
    "action_name": "Translation changed",
    "url": "https://translate.seerr.dev/api/changes/101053/?format=api"
}