Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/23758/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/IrishWolf/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/IrishWolf/?format=api",
    "timestamp": "2022-11-16T18:29:03.940241Z",
    "action": 2,
    "target": "Du versuchst einen Gegenstand der Art \"{type}\" abzulegen. Das ist normalerweise nicht möglich. Bist du dir sicher, dass du das tun möchtest?",
    "old": "Du versuchst einen Gegenstand vom Type \"{type}\" abzulegen, was normalerweise nicht möglich ist. Bist du dir sicher, dass du das tun möchtest?",
    "details": {
        "state": 20,
        "source": "You're dropping an item that is of a type (\"{type}\") that is normally not allowed to be dropped. Are you sure you want to do this?",
        "old_state": 20
    },
    "id": 129160,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/129160/?format=api"
}