Redbus: Get Bus Seat Layout
Redbus via Parse · travel
Get the seat layout and availability for a specific bus service. Returns detailed seat information including position, availability, and fares. Requires route_id and operator_id from search_buses results. Optionally pass from_city_name and to_city_name for proper boarding/dropping point resolution. APIs to search for bus and train services, get detailed schedules, seat layouts, and suggestions on redBus.in. Fulfilled by Parse from redbus.in.
- maps-geo
- marketplace
- parse
- platform-key
- redbus
- redbus-in
- 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/35a9b6fe-4009-43dd-89e2-993f11b60ad0/get_bus_seat_layout
- Interface artifact
- sha256:5dcd04187bfd6f4272343d7c1af6d792b90336e790f80328ed1e46396040d6d2
- Manifest digest
- sha256:db62f03bc37c911c5e21207961a338279b37130511f26259127968148c61c1fb
Request fields
- doj (string, required): Date of journey in DD-Mon-YYYY format (e.g. 26-Jun-2026)
- route_id (string, required): Route ID of the bus service (from search_buses response inventories[*].routeId)
- operator_id (string, required): Operator ID of the bus service (from search_buses response inventories[*].operatorId)
- to_city_name (string): Destination city name (e.g. 'Pune', 'Hyderabad'). Helps resolve dropping points correctly.
- from_city_name (string): Source city name (e.g. 'Mumbai', 'Bangalore'). Helps resolve boarding points correctly.
Example queries
- {"doj":"01-Jul-2026","route_id":"19463736","operator_id":"3620","to_city_name":"Pune","from_city_name":"Mumbai"}