Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/14844/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/en/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/mclemente/?format=api",
    "timestamp": "2022-09-07T17:04:05.249209Z",
    "action": 3,
    "target": "",
    "old": "",
    "details": {
        "comment": "It used to reload the window when settings were reset, but this isn't the case anymore."
    },
    "id": 29880,
    "action_name": "Comment added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/29880/?format=api"
}