Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/243752/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/the-forge/server/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/the-forge/server/de/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-11-30T13:34:10.020840Z",
    "action": 59,
    "target": "In einem zukünftigen Update der Forge hoffen wir, dir die Möglichkeit bieten zu können, einen neuen privaten Demoserver zu erstellen, um Foundry VTT mit vollen Spielleiter-Rechten zu erleben!",
    "old": "",
    "details": {
        "state": 20,
        "source": "In a future update to the Forge, we hope to offer you the ability to spawn a new private demo server to experience Foundry VTT with full Game Master privileges!",
        "old_state": 0
    },
    "id": 405230,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/405230/?format=api"
}