Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/21076/?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:19:39.209888Z",
    "action": 2,
    "target": "Toda cena será criada com a configuração Bloquear Rotação do About Face ativada. Todo token criado em uma dessas cenas terá a configuração de token Bloquear Rotação ativada, o que fará com que o token não rotacione ao se mover.",
    "old": "Toda cena será criada com a configuração Bloquear Rotação do About Face ativada. Todo token criado em uma dessas cenas terá a configuração de token Bloquear Rotação ativada.",
    "details": {
        "state": 20,
        "source": "Every scene will be created with the About Face's Lock Rotation setting toggled on. Tokens created in such a scene will have the Lock Rotation Token Configuration toggled on, which will make the token to not rotate when it moves.",
        "old_state": 10
    },
    "id": 30693,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/30693/?format=api"
}