KVB: Get Departures
KVB via Parse · travel
Get real-time departure or arrival schedule for a transit stop. Includes line number, direction, scheduled and real-time times, delay calculation, and platform information. Either stop_name or stop_id must be provided; stop_id (from search_stops) is preferred for precision. Results are sorted by real-time. Delay is computed client-side from scheduled vs real-time; null when no real-time data is available. Access real-time departure schedules and stop information for the Cologne public transit system (KVB - Kölner Verkehrs-Betriebe), including trams (Stadtbahn), buses, and regional rail. Fulfilled by Parse from www.kvb.koeln.
- government-public
- kvb
- maps-geo
- parse
- platform-key
- travel
- www-kvb-koeln
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ebd18bf3-f469-4e15-9143-226dfe76fec5/get_departures
- Interface artifact
- sha256:8e4aa0713dcae681ea3756c2181fa99cf8468557d3059353ca36972e83bd12b1
- Manifest digest
- sha256:aba462359777157f8860352c57b45a04cc23fd6f482748acc46be6ca384912be
Request fields
- type (string): Board type: 'DEP' for departures or 'ARR' for arrivals: Allowed values: DEP, ARR
- stop_id (string): Stop external ID from search_stops results (e.g. '900000002'). Either stop_name or stop_id is required.
- stop_name (string): Stop name (e.g. 'Neumarkt', 'Dom/Hbf'). Either stop_name or stop_id is required.
- max_journeys (integer): Maximum number of departures/arrivals to return: Allowed values: 5, 10, 40
Example queries
- {"type":"DEP","stop_id":"900000002","stop_name":"Neumarkt","max_journeys":"5"}