Mavplusz: Get Departures
Mavplusz via Parse · travel
Get all departures from a Hungarian transit stop. Returns departure time, destination, line number, track/platform, route name, and real-time information when available. Results are sorted by departure time. Each stop is identified by its GTFS ID. The time_range parameter controls how far into the future to look, and max_departures limits results per route pattern. Fetches public transit departure information from Hungarian stops using the MÁV+ (mavplusz.hu) transit system. Returns scheduled and real-time departure times, destinations, line numbers, track/platform numbers, and route details. Fulfilled by Parse from mavplusz.hu.
- government-public
- maps-geo
- mavplusz
- mavplusz-hu
- parse
- platform-key
- travel
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/c6edf73a-1844-4a91-88a1-a7c28f365698/get_departures
- Interface artifact
- sha256:a993e1c4568612bf8fd4e942b81fc0e500587331a33dc4137346db9fc43738b9
- Manifest digest
- sha256:f0d21ebdca57206b28d03ecac42c2bf1bf892586d24f929420f3644f0f481bb9
Request fields
- stop_id (string): The GTFS stop ID for the transit stop (e.g. 'SOM:hkir|hkir_101357_99' for Gyöngyös bus station, 'BUD:keleti|keleti_100001_99' for Budapest Keleti).: Allowed values: SOM:hkir|hkir_101357_99, BUD:keleti|keleti_100001_99
- time_range (integer): Time range in seconds from now to fetch departures. Default is 86400 (24 hours).: Allowed values: 3600, 7200, 86400
- max_departures (integer): Maximum number of departures per route pattern to return.: Allowed values: 10, 50, 2147483647
Example queries
- {"stop_id":"SOM:hkir|hkir_101357_99","time_range":"3600","max_departures":"10"}