Changes API.

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

GET /api/changes/101040/?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/jellyseerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/jellyseerr-frontend/sv/?format=api",
    "user": "https://translate.seerr.dev/api/users/Nisse/?format=api",
    "author": "https://translate.seerr.dev/api/users/Nisse/?format=api",
    "timestamp": "2026-04-02T01:32:48.699721Z",
    "action": 1,
    "target": "",
    "old": "",
    "details": {},
    "id": 101040,
    "action_name": "Translation completed",
    "url": "https://translate.seerr.dev/api/changes/101040/?format=api"
}