Megabus: Get Trip Vacancy
Megabus via Parse · travel
Check vacancy and pricing details for a specific connection. Station codes are from the Distribusion system (e.g. GBLONVSA, GBMANCBS). All parameters must refer to a future departure. Returns whether the trip is vacant, total/original price, included fees, and required booking attributes. API for searching and retrieving coach booking information from Megabus UK, powered by the Distribusion booking system. Supports trip search, stop lists, route guides, and price calendars. Fulfilled by Parse from megabus.com.
- maps-geo
- marketplace
- megabus
- megabus-com
- 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/7adc06ab-d9ba-4cbc-b019-293f47442dc3/get_trip_vacancy
- Interface artifact
- sha256:5549c07369439335b90b6dc56c49367e7bdc6d807df62d904f177e21c43c65e6
- Manifest digest
- sha256:2d38bc64eecf38450dd94e0bd93c1f4bf3e4090bd72b6853a859f54aa7522d75
Request fields
- fare_class (string): Fare class code.: Allowed values: FARE-1, FARE-2, FARE-3
- arrival_date (string, required): Arrival date in YYYY-MM-DD format.
- arrival_time (string, required): Arrival time in HH:mm format (e.g. 07:35).
- carrier_code (string, required): Marketing carrier code (e.g. NEXP for National Express/Megabus).
- departure_date (string, required): Departure date in YYYY-MM-DD format. Must be a future date.
- departure_time (string, required): Departure time in HH:mm format (e.g. 02:00).
- arrival_station (string, required): Arrival station code (e.g. GBMANCBS for Manchester Coach Station).
- departure_station (string, required): Departure station code (e.g. GBLONVSA for London Victoria).
Example queries
- {"fare_class":"FARE-1","arrival_date":"2026-06-26","arrival_time":"07:35","carrier_code":"NEXP","departure_date":"2026-06-26","departure_time":"02:00","arrival_station":"GBMANCBS","departure_station":"GBLONVSA"}