Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/77199/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/item-piles/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/item-piles/main/pt-BR/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/anonymous/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/anonymous/?format=api",
    "timestamp": "2024-10-06T22:02:05.965962Z",
    "action": 4,
    "target": "Esta descrição é mostrada nas interfaces relevantes quando a pilha de itens é visualizada",
    "old": "Esta descrição é mostrada nas interfaces relevantes quando a pilha de itens é visualizada.",
    "details": {
        "state": 20,
        "source": "This description is shown in relevant interfaces when the item pile is viewed",
        "old_state": 20
    },
    "id": 486626,
    "action_name": "Suggestion added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/486626/?format=api"
}