Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20214/?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": "2022-09-05T18:49:15.827319Z",
    "action": 59,
    "target": "用来计算指示物生命值分数的 JS 公式。谨慎更改。 默认为简单的递减生命值,例如:初始生命值为 10/10,受到伤害后降为 0/10。",
    "old": "",
    "details": {
        "state": 20,
        "source": "The JS formula for calculating the fraction of health token has. Alter with caution. Default assumes simple descending health, e.g. you start with 10/10 in your health field and go down to 0/10 when taking damage.",
        "old_state": -1
    },
    "id": 26044,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/26044/?format=api"
}