Live
get_journey_details
9292.nlReturns complete journey details from https://9292.nl for a journey ID, including legs, platforms, stops, modes, disruptions, route geometry and fare breakdowns.
Parameters1
Runs3
Updated1h ago
Operational3 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_journey_details?
Returns complete journey details from https://9292.nl for a journey ID, including legs, platforms, stops, modes, disruptions, route geometry and fare breakdowns. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass journey_id and get the result back without maintaining a scraper.
Response
{
"journey": {}
}Call it
curl --location 'https://us-prod.notte.cc/functions/9825a402-3c2e-4e67-8854-8dd4554ed51a/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "9825a402-3c2e-4e67-8854-8dd4554ed51a",
"variables": {
"journey_id": "i3YBAICqqqrq_3Tna6gDmJlDBITrzcMNDMDCzcMC3C3CzxJqYu4CoWZqoEuEOwSEmXl-0_WmWuZeLisGC1gs4EZTDQaLIZzjwE31OdB0gvvWH0qK3MnI0Ciy4mmVPa-Kxy7PdV7o9fNDVugsg0Ipwac5ipsOdHtL4xf7djhFNwfoKVmrUJFn6EyhEh_iQSxD40z2W6YLFCrxHdJ2JmEzQP-h9G5uh6EiI1bive55h1NPxqaeP_kqxvJodqAHsoEVGg7hDM-irwe6nWZmSjHexXynuXGGXoSw7Y_A_kC3ztMPW-fEBlrzznD-FSrvxrqHRoiYFFvRGCL7nsaV4Sl6IguFOjR8IbP-qQ1ZpWcA0njLP-_aG_s_r2jDl5IjiQ3QucK7peks8bo1hkOQr3ul6yDz6FJkpcRPV_fbGpNmmswdOvrECl3x6pKf-L5z_V9DvDy-7uVlu5f9pt4t-bLerDcLhX5JcYFC57Kv1xQ9m2tMvhqfQmPgWKzz6KABha2cDC3xbRli6480zltr3S_30APZwP8"
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="9825a402-3c2e-4e67-8854-8dd4554ed51a") — the "get_journey_details" function, which returns complete journey details from https://9292.nl for a journey ID, including legs, platforms, stops, modes, disruptions, route geometry and fare breakdowns.. It takes journey_id (str). Return the result as structured JSON.