Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/21048/?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/pt-BR/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "timestamp": "2022-09-08T18:18:51.117183Z",
    "action": 2,
    "target": "Alterna a configuração de Bloqueio de Rotação dos tokens selecionados. Um token com rotação bloqueada não rotacionará com movimento ou quando usar SHIFT + teclas de direção.\nSe você quiser que todos os tokens tenham a rotação bloqueada por padrão, ative a configuração Bloquear Rotação nas configurações do About Face.",
    "old": "Alterna a configuração de Bloqueio de Rotação dos tokens selecionados.",
    "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": 10
    },
    "id": 30690,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/30690/?format=api"
}