Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/205008/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/zh_Hans/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/LiyuNodream/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/LiyuNodream/?format=api",
    "timestamp": "2023-04-16T07:51:58.997258Z",
    "action": 2,
    "target": "启用此项后,玩家将能看到“所有”角色的记录概览,但对于无权限角色,只能看到其所受伤害及治疗的量,而不能看到初值/变化/现值表格。",
    "old": "启用此项后,玩家将能看到“所有”角色的记录概览,但对于无权限角色,只能看到其所受伤害及治疗,而不能看到初值/变化/现值表格。",
    "details": {
        "state": 20,
        "source": "When enabled, players can see the damage taken by *all* actors, but not the old/diff/new table of values.",
        "old_state": 20
    },
    "id": 301632,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/301632/?format=api"
}