Changes API.

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

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

{
    "unit": null,
    "component": null,
    "translation": null,
    "user": "https://weblate.foundryvtt-hub.com/api/users/typhonrt/?format=api",
    "author": null,
    "timestamp": "2022-09-07T14:58:20.846795Z",
    "action": 33,
    "target": "",
    "old": "",
    "details": {
        "access_control": 1
    },
    "id": 29861,
    "action_name": "Visibility changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/29861/?format=api"
}