get_event_details
ziggodome.nlGets full real-time details for one Ziggo Dome event from https://www.ziggodome.nl, including ticket status and prices, official seller, organizer, description, genres, and visit-planning data.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_event_details?
Gets full real-time details for one Ziggo Dome event from https://www.ziggodome.nl, including ticket status and prices, official seller, organizer, description, genres, and visit-planning data. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass event_id and get the result back without maintaining a scraper.
Response
{
"event": {}
}Call it
curl --location 'https://us-prod.notte.cc/functions/e1f348b4-7e54-4d2e-878e-63235e18197a/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "e1f348b4-7e54-4d2e-878e-63235e18197a",
"variables": {
"event_id": ""
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="e1f348b4-7e54-4d2e-878e-63235e18197a") — the "get_event_details" function, which gets full real-time details for one Ziggo Dome event from https://www.ziggodome.nl, including ticket status and prices, official seller, organizer, description, genres, and visit-planning data.. It takes event_id (str). Return the result as structured JSON.