DA
departureboard.io API
6 endpointsliveThe departureboard.io is a high performance API written in Golang. Its goal is to provide to main functions:<br><br> (1): A JSON API interface to the legacy National Rail SOAP API: Giving developers the ability to pull live information on departures, arrivals, and services from National Rail, without having to use the legacy SOAP API provided by National Rail. Information is still pulled directly (ingested from its OpenAPI definition; no key required)
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for departureboard.io API.
| Endpoint | What it does | Price | Health |
|---|---|---|---|
| getArrivalsAndDeparturesByCRS is used to get a list of services arriving to and departing from a UK train station by the /getArrivalsAndDeparturesByCRS/{CRS} | getArrivalsAndDeparturesByCRS is used to get a list of services arriving to and departing from a UK train station by the | $0.0020 per call | unknown |
| getArrivalsByCRS is used to get a list of services arriving to a UK train station by the CRS (Computer Reservation Syste /getArrivalsByCRS/{CRS} | getArrivalsByCRS is used to get a list of services arriving to a UK train station by the CRS (Computer Reservation Syste | $0.0020 per call | unknown |
| getDeparturesByCRS is used to get a list of services departing from a UK train station by the CRS (Computer Reservation /getDeparturesByCRS/{CRS} | getDeparturesByCRS is used to get a list of services departing from a UK train station by the CRS (Computer Reservation | $0.0020 per call | unknown |
| getFastestDeparturesByCRS is used to get the fastest next service running between two stations. Multiple destinations ca /getFastestDeparturesByCRS/{CRS} | getFastestDeparturesByCRS is used to get the fastest next service running between two stations. Multiple destinations ca | $0.0020 per call | unknown |
| getNextDeparturesByCRS is used to get the next service running between two stations. Multiple destinations can be specif /getNextDeparturesByCRS/{CRS} | getNextDeparturesByCRS is used to get the next service running between two stations. Multiple destinations can be specif | $0.0020 per call | unknown |
| getServiceDetailsByID is used to get information on a service, by the Service ID. This will typically return a train ser /getServiceDetailsByID/{serviceID} | getServiceDetailsByID is used to get information on a service, by the Service ID. This will typically return a train ser | $0.0020 per call | unknown |