9292: Plan Trip
9292 via Parse · travel
Plan a trip between two locations on the Dutch public transport network. Returns multiple route options with departure/arrival times, duration, price, transport modes, and operators. Each result includes a journey_id that can be used with get_journey_details for full leg-by-leg breakdown. Plan trips on the Dutch public transport network (trains, buses, trams, metros, ferries). Search for locations and get detailed journey information with costs. Fulfilled by Parse from 9292.nl.
- 9292
- 9292-nl
- government-public
- maps-geo
- parse
- platform-key
- travel
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1f75bb0f-f76b-47f6-9036-0d839252dfe4/plan_trip
- Interface artifact
- sha256:44df14f31fa3282df8c31c3a89e70232968db8163d32340814ab45401f1497d3
- Manifest digest
- sha256:b9f73ef7534835a55c4312fccd69fb382b6e6b2d63bea1d317585cc405c55997
Request fields
- to (string, required): Destination location ID (e.g. 'station-rotterdam-centraal'). Obtain from search_locations.
- from (string, required): Origin location ID (e.g. 'station-amsterdam-centraal'). Obtain from search_locations.
- results (integer): Number of trip options to return (1-15).
- date_time (string): ISO 8601 UTC datetime for departure or arrival (e.g. '2026-07-18T08:00:00.000Z'). Defaults to current time + 5 minutes.
- request_type (string): Whether date_time refers to departure or arrival time.: Allowed values: Departure, Arrival
- extra_interchange_time (integer): Extra minutes to allow for transfers between vehicles.
Example queries
- {"to":"station-rotterdam-centraal","from":"station-amsterdam-centraal","results":"5","date_time":"2026-08-22T08:00:00.000Z","request_type":"Departure","extra_interchange_time":"0"}