Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/3403/?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/en/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/vigoren/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/vigoren/?format=api",
    "timestamp": "2022-09-08T20:09:36.518656Z",
    "action": 3,
    "target": "",
    "old": "",
    "details": {
        "comment": "@Demian \r\nThis is a string I forgot to update with the newer interface.\r\nBasically it allows the creator of the note to choose which other players can see and open the note. The interface is a multiple select dropdown.\r\n\r\nI have made a suggestion that I think works, but I am having a hard time coming up with a good name for this field. Feedback would be welcome!"
    },
    "id": 30793,
    "action_name": "Comment added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/30793/?format=api"
}