Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20114/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/zh_Hans/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-02-08T07:29:52.933858Z",
    "action": 59,
    "target": "你的游戏系统的生命值计算方式可能与默认方法不同。选择你的游戏规则的生命值计算方法。",
    "old": "",
    "details": {
        "state": 20,
        "source": "Your system's HP equation might be different than the default, choose the equation used to estimate the health fraction.",
        "old_state": 0
    },
    "id": 215655,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/215655/?format=api"
}