Changes API.

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

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

{
    "unit": null,
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/el/?format=api",
    "user": "https://translate.seerr.dev/api/users/fallenbagel/?format=api",
    "author": null,
    "timestamp": "2026-04-04T21:25:46.265611Z",
    "action": 0,
    "target": "",
    "old": "",
    "details": {
        "reason": "content changed",
        "filename": "src/i18n/locale/el.json"
    },
    "id": 101519,
    "action_name": "Resource updated",
    "url": "https://translate.seerr.dev/api/changes/101519/?format=api"
}