departureboard.io

The departureboard.io is a high performance API written in Golang. Its goal is to provide to main functions: (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, withou

6 endpoints transport
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
getArrivalsByCRS is used to get a list of services arriving to a UK train sta…
curl \
  https://api.departureboard.io/api/v2.0/getArrivalsByCRS/{CRS}
getDeparturesByCRS is used to get a list of services departing from a UK trai…
curl \
  https://api.departureboard.io/api/v2.0/getDeparturesByCRS/{CRS}
getNextDeparturesByCRS is used to get the next service running between two st…
curl \
  https://api.departureboard.io/api/v2.0/getNextDeparturesByCRS/{CRS}
Endpoints (6 total)
GET
/getArrivalsByCRS/{CRS}
getArrivalsByCRS is used to get a list of services arriving to a UK train sta…
GET
/getDeparturesByCRS/{CRS}
getDeparturesByCRS is used to get a list of services departing from a UK trai…
GET
/getNextDeparturesByCRS/{CRS}
getNextDeparturesByCRS is used to get the next service running between two st…
GET
/getFastestDeparturesByCRS/{CRS}
getFastestDeparturesByCRS is used to get the fastest next service running bet…
GET
/getServiceDetailsByID/{serviceID}
getServiceDetailsByID is used to get information on a service, by the Service…
GET
/getArrivalsAndDeparturesByCRS/{CRS}
getArrivalsAndDeparturesByCRS is used to get a list of services arriving to a…
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints6
Categories1
https://api.departureboard.io/api/v2.0