Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/12032/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/mcc/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/mcc/main/pt-BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-09-13T21:08:11.442890Z",
    "action": 30,
    "target": "Archived - Package may still function but is not actively maintained",
    "old": "Archived - To be archived or no longer available",
    "details": {},
    "id": 34487,
    "action_name": "Source string changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/34487/?format=api"
}