Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/76769/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/terrain-ruler/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/terrain-ruler/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-24T21:20:05.938582Z",
    "action": 3,
    "target": "",
    "old": "",
    "details": {
        "comment": "Can you explain what enabling this (presumably setting) does? What is the logic? If the setting is off \"difficult terrain\" is ignored so its \"cost\" or \"distance\" is whatever the default value is (e.g., 1)?"
    },
    "id": 351915,
    "action_name": "Comment added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/351915/?format=api"
}