Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GSHRDHST
Name
Shoreditch High Street
Modes
overground
Coordinates
51.52325, -0.07447
Checking for a TfL API key…
{
"id": "910GSHRDHST",
"name": "Shoreditch High Street",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"windrush"
],
"arrivalsStopIds": [
"910GSHRDHST"
],
"aliasIds": [],
"lat": 51.5232534,
"lon": -0.0744674
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GSHRDHST")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GSHRDHST"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GSHRDHST")