Changes API.

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

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

{
    "unit": "https://translate.seerr.dev/api/units/70192/?format=api",
    "component": "https://translate.seerr.dev/api/components/seerr/seerr-frontend/?format=api",
    "translation": "https://translate.seerr.dev/api/translations/seerr/seerr-frontend/de/?format=api",
    "user": "https://translate.seerr.dev/api/users/anonymous/?format=api",
    "author": "https://translate.seerr.dev/api/users/anonymous/?format=api",
    "timestamp": "2026-03-31T19:09:16.217899Z",
    "action": 4,
    "target": "absteigend",
    "old": "",
    "details": {
        "state": 0,
        "source": "descending",
        "context": "components.UserList.descending",
        "old_state": 0,
        "ip_address": "37.120.137.197"
    },
    "id": 101018,
    "action_name": "Suggestion added",
    "url": "https://translate.seerr.dev/api/changes/101018/?format=api"
}