Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/200843/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/pt-BR/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/lucasts/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/lucasts/?format=api",
    "timestamp": "2023-10-07T19:28:30.470170Z",
    "action": 2,
    "target": "A altura é definida em relação à estrutura do token. Valores negativos a elevam; positivos, a abaixam.",
    "old": "A posição é definida em relação ao quadro do token. Valores negativos posicionam para cima; valores positivos posicionam para baixo.",
    "details": {
        "state": 20,
        "source": "The height is set relative to the token's frame. Negative values push it higher; positive, lower.",
        "old_state": 10
    },
    "id": 386572,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/386572/?format=api"
}