Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/169273/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/de/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/devlng/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/devlng/?format=api",
    "timestamp": "2025-03-16T12:31:48.073917Z",
    "action": 2,
    "target": "Wenn aktiviert, werden Spieler in der Lage sein Schaden an *allen* eigenen Akteuren zu sehen, jedoch nicht alte/andere/neue Wert in der Tabelle.",
    "old": "Wenn aktiviert, werden Spieler in der Lage sein Schaden an *allen* eigenen Akteuren zu sehen, jedoch nicht alte/andere/neue Wert in der Tabelle",
    "details": {
        "state": 20,
        "source": "When enabled, players can see the damage taken by *all* actors, but not the old/diff/new table of values.",
        "old_state": 20
    },
    "id": 494972,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/494972/?format=api"
}