Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/47521/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/immersive-render/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/immersive-render/main/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-07T13:39:49.180447Z",
    "action": 59,
    "target": "If you select a sound file here, it will be played when a new chat message is created. You should choose an audio file that is very short. This will neither change nor affect the default whisper notification sound of core Foundry. The notification is only played when someone else sends it (it is not played for the current user). Delete the path to disable this feature.",
    "old": "",
    "details": {
        "state": 20,
        "source": "If you select a sound file here, it will be played when a new chat message is created. You should choose an audio file that is very short. This will neither change nor affect the default whisper notification sound of core Foundry. The notification is only played when someone else sends it (it is not played for the current user). Delete the path to disable this feature.",
        "old_state": -1
    },
    "id": 65321,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/65321/?format=api"
}