Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20878/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/zh_Hant/?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-08T14:01:11.749209Z",
    "action": 30,
    "target": "With this setting on, Stamina will be added to HP for calculations.",
    "old": "With this setting on Stamina will be added to HP for calculations.",
    "details": {},
    "id": 30637,
    "action_name": "Source string changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/30637/?format=api"
}