Railyatri: Get Train Fare
Railyatri via Parse · travel
Retrieve ticket fares for all available travel classes on a specific train between two stations. Returns fare breakdown per class including ticket fare, catering charges, total fare, current availability status, and confirmation probability. The train must run between the specified stations. Results reflect the fare and availability for a specific travel date. 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_train_fare
- Interface artifact
- sha256:3709e1df5a8f11fd6a1ff7d117b48770cda9960062ccdde763fa5cf124c08ac9
- Manifest digest
- sha256:2c88d0589cd25c789f1871be23561255a17b7eafc91e56ac5ea0ef5578ec1244
Request fields
- date (string): Travel date in YYYY-MM-DD format. Defaults to 7 days from today 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
- train_number (string, required): 5-digit train number (from search_train_autocomplete): Allowed values: 12301, 12951, 12627
Example queries
- {"date":"2026-07-17","quota":"GN","to_code":"NDLS","from_code":"HWH","train_number":"12301"}