Redbus: Search Trains
Redbus via Parse · travel
Search for available trains between two stations on a given date. Returns train list with availability status, fares per class, duration, and distance. Station codes can be obtained from get_train_suggestions. 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/search_trains
- Interface artifact
- sha256:58d5050b140de208c85137b68f011df26e18bec2325c920e7684ec6df0ad9a7a
- Manifest digest
- sha256:88dd2d1b26b665e2dd530b3566acac54e9298bf808419f7f6f864e4a8f74588e
Request fields
- doj (string, required): Date of journey in YYYYMMDD format (e.g. 20260620)
- dst (string, required): Destination station code (e.g. NDLS, NZM)
- src (string, required): Source station code (e.g. MMCT, CSMT, BRC)
- page (integer): Page number for pagination
Example queries
- {"doj":"20260627","dst":"NDLS","src":"MMCT","page":"1"}