Check seat availability
check_seat_availabilityCheck live seat availability for an Indian Railways train by train number, stations, class, and quota, returning AVAILABLE, RAC, WL, or REGRET status with confirmation estimates.
Instructions
Seat or berth availability for one train, class and quota on a date. Returns the railway status string (AVAILABLE / RAC / WL / REGRET) and, where known, a confirmation estimate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Alighting station: either the station code (e.g. "NDLS") or the name (e.g. "New Delhi"). | |
| date | No | Journey date as YYYY-MM-DD, or "today" / "tomorrow". Defaults to today in IST. | |
| from | Yes | Boarding station: either the station code (e.g. "NDLS") or the name (e.g. "New Delhi"). | |
| quota | No | Booking quota (default GN = General). | |
| trainNumber | Yes | Five digit train number. | |
| travelClass | Yes | Class to check, e.g. "3A". |