Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/15109/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/polyglot/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/polyglot/main/es/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-08-04T04:13:23.220447Z",
    "action": 30,
    "target": "Add Foundry's fonts to the {setting1} and {setting2}.",
    "old": "Adds fonts from the chosen sources to the {setting1} and {setting2}.",
    "details": {},
    "id": 365839,
    "action_name": "Source string changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/365839/?format=api"
}