Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/3054/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/mcc/glossary/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/mcc/glossary/es/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/arcanistzed/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/arcanistzed/?format=api",
    "timestamp": "2022-09-02T03:19:49.519535Z",
    "action": 37,
    "target": "The Forge Bazaar",
    "old": "",
    "details": {
        "state": 10,
        "source": "The Forge Bazaar",
        "old_state": 0
    },
    "id": 3416,
    "action_name": "Marked for edit",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/3416/?format=api"
}