Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/310827/?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/ko/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-07-02T20:36:47.771942Z",
    "action": 71,
    "target": "이 설정이 활성화되면, 아이템은 구매자의 인벤토리에 추가되지 않습니다. 대신 이 '서비스'는 수량을 가질 수 있으며, 수량이 0이 되면 삭제되지 않고 '판매 불가' 상태로 전환됩니다.",
    "old": "",
    "details": {
        "state": 20,
        "source": "This causes this item to not add any item to the buyer's inventory. The service \"item\" can still have quantity, but if it runs out it will not be deleted from the merchant, but set to not for sale instead.",
        "old_state": -1
    },
    "id": 505321,
    "action_name": "String added in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/505321/?format=api"
}