Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20995/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/about-face/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/about-face/main/ja/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-12-13T18:37:08.763878Z",
    "action": 59,
    "target": "新規に作成されたコマは「回転を固定」設定が有効化された状態で作成されます。回転が固定されたコマは移動や、SHIFT + 矢印キーを押したときも回転しません。\nもしコマの回転を固定した状態をデフォルトにしたい場合、About Face設定の「回転を固定」を確認してください。",
    "old": "",
    "details": {
        "state": 20,
        "source": "Toggles the selected tokens' Rotation Lock setting. A rotation-locked token won't rotate with movement or when using SHIFT + direction keys.\nIf you want every token to be rotation-locked by default, check the Lock Rotation setting in the About Face settings.",
        "old_state": 0
    },
    "id": 409903,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/409903/?format=api"
}