Railyatri: Get Seat Availability
Railyatri via Parse · travel
Check seat availability and fares for a train between two stations. Returns availability for multiple upcoming dates with fare details, waitlist position, and confirmation probability. Requires a valid train_number that stops at both from_code and to_code. Retrieves live train status, timetables, PNR status, seat availability, and trains between stations from RailYatri. Fulfilled by Parse from railyatri.in.
- government-public
- maps-geo
- parse
- platform-key
- railyatri
- railyatri-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/3dba3431-db8a-42f9-b36f-788630e9c873/get_seat_availability
- Interface artifact
- sha256:23f1ef40d13a92dc716c6ef97c6a7f5a96259829855e4c4d3db9e85750801bf1
- Manifest digest
- sha256:80e00ec55e7a086b8bc192892c6b1ddefde810b08dc0a7f13dc689d78b4c318d
Request fields
- date (string): Travel date in YYYY-MM-DD format. Defaults to today (IST) if not provided.
- quota (string): Booking quota code: Allowed values: GN, TQ
- to_code (string, required): Destination station code (from search_station_autocomplete): Allowed values: NDLS, HWH, MAS
- from_code (string, required): Source station code (from search_station_autocomplete): Allowed values: HWH, NDLS, BCT
- class_type (string): Travel class code: Allowed values: 1A, 2A, 3A, SL, CC, 2S
- train_number (string, required): 5-digit train number (from search_train_autocomplete): Allowed values: 12301, 12951, 12627
Example queries
- {"date":"2026-06-17","quota":"GN","to_code":"NDLS","from_code":"HWH","class_type":"1A","train_number":"12301"}