Upsrtcvlt: Get Buses Between Stops
Upsrtcvlt via Parse · travel
Find all buses running between two stops or cities on a given date. Returns trip details including route, depot, schedule times, and bus numbers. Use search_stops to find origin/destination IDs. Not all stop combinations have direct service. Access UPSRTC (Uttar Pradesh State Road Transport Corporation) bus data including routes, timetables, stops, bus types, real-time arrivals, and bus-between-stops search from the Margdarshi passenger information system. Fulfilled by Parse from margdarshi.upsrtcvlt.com.
- government-public
- maps-geo
- margdarshi-upsrtcvlt-com
- parse
- platform-key
- travel
- upsrtcvlt
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- travel
Interface snapshot
- Protocol
- HTTP operation
- Operation
- POST /scraper/5c402f3d-5581-4190-93ad-2ec6c19c90c2/get_buses_between_stops
- Interface artifact
- sha256:08cbaec6f012390c9967518374b5b59d700b80ed174c0573c8ea4e14404de90b
- Manifest digest
- sha256:968fa02b32c4d5106d6c234b35b833d45c425580aaeb6f4382b334c9428739e5
Request fields
- date (string): Date in YYYY-MM-DD format. Omitting defaults to today's date.
- origin_id (integer, required): Origin stop/group ID (from search_stops results[*].id)
- service_type (string): Bus type filter. Accepted values: 'All Bus Types', 'JANRATH 2X3', 'JANRATH 2X2', 'SHATABDI', 'AC SLEEPER', 'ORDINARY', 'PINK EXPRESS', 'RAJDHANI', 'VOLVO', 'ENFORCEMENT'.: Allowed values: All Bus Types, JANRATH 2X3, JANRATH 2X2, SHATABDI, AC SLEEPER, ORDINARY, PINK EXPRESS, RAJDHANI, VOLVO, ENFORCEMENT
- destination_id (integer, required): Destination stop/group ID (from search_stops results[*].id)
- origin_classification (string): Classification of origin: 'GROUP' for city/region or 'STOP_AREA' for specific stop. Must match the classification field from search_stops.: Allowed values: GROUP, STOP_AREA
- destination_classification (string): Classification of destination: 'GROUP' for city/region or 'STOP_AREA' for specific stop. Must match the classification field from search_stops.: Allowed values: GROUP, STOP_AREA
Example queries
- {"date":"2026-06-11","origin_id":"8","service_type":"All Bus Types","destination_id":"5","origin_classification":"GROUP","destination_classification":"GROUP"}