Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/51117/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/main/zh_Hans/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-07T13:57:03.502769Z",
    "action": 59,
    "target": "此项关闭时,玩家将不再可以在角色栏顶端看见小队资源的按钮。仅 GM 可以看见并使用。",
    "old": "",
    "details": {
        "state": 20,
        "source": "When this is left unchecked, players will no longer see the Party Resources button at the top of the Actors Directory. Only the GM will be able to see and use it.",
        "old_state": -1
    },
    "id": 69019,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/69019/?format=api"
}