Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/241623/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/swade/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/swade/main/zh_Hans/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/bnp800/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/bnp800/?format=api",
    "timestamp": "2023-12-09T12:07:53.884186Z",
    "action": 9,
    "target": "这应该设置为角色库存中的一个装备(例如箭矢)或消耗品(例如一桶子弹)。装备物品的数量直接被消耗。消耗品使用其耐久度,每个数量表示一整套耐久度。此字段的名称必须完全与要消耗的物品名称相匹配。",
    "old": "",
    "details": {
        "state": 20,
        "source": "This should be set to a gear (e.g. Arrows) or consumable item (e.g. Barrel of Bullets) in the character's inventory. A gear item's quantity is consumed directly. Consumable items use their charges instead, with each quantity representing a full set of charges. This field must match the name of the item to be consumed <em>exactly</em>.",
        "old_state": 0
    },
    "id": 409330,
    "action_name": "Translation uploaded",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/409330/?format=api"
}