Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/299579/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/pin-cushion/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/pin-cushion/main/de/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-09-10T21:02:51.033054Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "Temporary tooltip text alignment trick with width ratio != 1. Basically I would have to rewrite quite a bit of code, to apply the same logic as the tiles on the notes...something the foundryvtt team should do . As a temporary trick we add a number of spaces as a suffix to better 'align' the text on the note.",
        "old_state": -1
    },
    "id": 484205,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/484205/?format=api"
}