Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/142867/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/ko/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-02-04T08:07:31.825761Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "When enabled this setting will remove the close button from the calendar window and prevent the escape key from closing it. The button under Journal Notes in the left toolbar then becomes a toggle to open and close the calendar.",
        "old_state": 0
    },
    "id": 215200,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/215200/?format=api"
}