UK Train API
The UK Train API provides real time travel data for any station in the UK. Get updates on incidents and delays in real time along with formattable and filterable timetable data.
UK Train API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
LIVE Departures Board for specified station /departures/{crs_code} |
Using the CRS Code (which can be found using /stations or /search), find all upcoming and/or recent departures from the specified station |
| GET |
LIVE Arrival Board for specified station /arrivals/{crs} |
Get Arrival board for specified station |
| GET |
LIVE Traffic board for specified Station /traffic/{crs_code} |
Get Traffic board for specified Station |
| GET |
Search Stations /search |
Search station by station name or CRS code. Returns verbose station details. |
| GET |
List All Stations /stations/all |
Get list of stations and their details. Specific details such as facilities, staffing etc. are available from the unfiltered endpoint. GET params can be applied to reduce the… |
UK Train API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $15 / month | 6 / minute |
|
| ULTRA Recommended | $45 / month | 15 / minute |
|
| MEGA | $99 / month | — |
|