Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/9667/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/share-media/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/share-media/main/en/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Demian/?format=api",
    "timestamp": "2022-09-04T09:51:51.572192Z",
    "action": 3,
    "target": "",
    "old": "",
    "details": {
        "comment": "As this is supposed to be the description string for the loop option, I would advice changing it to the following to be more descriptive and to avoid repeating the word `loop`, which this text is trying to explain. It can additionally be shortened:\r\n> Video will repeat after ending. If this setting is disabled, the video container will be destroyed once the video has ended."
    },
    "id": 15494,
    "action_name": "Comment added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/15494/?format=api"
}