Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/51221/?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/ja/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-07T13:57:04.840761Z",
    "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": 69125,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/69125/?format=api"
}