Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/91081/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/blade-runner/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/blade-runner/main/fr/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/Stefouch/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/Stefouch/?format=api",
    "timestamp": "2023-06-27T07:15:14.973429Z",
    "action": 36,
    "target": "L'acteur {actor} ne peut pas contenir d'objets de type {type} !",
    "old": "L'acteur {actor} ne peut pas contenir d'objets de {type} !",
    "details": {
        "state": 30,
        "source": "Actor {actor} cannot hold {type} items!",
        "old_state": 30
    },
    "id": 354612,
    "action_name": "Translation approved",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/354612/?format=api"
}