Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/54356/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/pin-cushion/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/pin-cushion/main/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-10-10T09:35:27.082318Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "THIS FEATURE IS NOT REQUIRED FOR FOUNDRY V10 SINCE IT IS NOW PART OF THE CORE FUNCTIONALITY. Create Notes directly on the Notes Layer with a simple left click without having a connected journal entry. NOTE: You need to reload the canvas.",
        "old_state": -1
    },
    "id": 73789,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/73789/?format=api"
}