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