Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/192769/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/advanced-macros/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/advanced-macros/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": "2023-06-26T17:07:53.884727Z",
    "action": 3,
    "target": "",
    "old": "",
    "details": {
        "comment": "I'm not entirely sure what this means. What happens when the \"slash command\" setting is turned on? It will *disable* slash commands in the chat in favor of... clicking them? That's how I currently understand this description..."
    },
    "id": 354145,
    "action_name": "Comment added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/354145/?format=api"
}