Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUSFB
Name
Stamford Brook
Modes
tube
Coordinates
51.49497, -0.24589
Checking for a TfL API key…
{
"id": "940GZZLUSFB",
"name": "Stamford Brook",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"district"
],
"arrivalsStopIds": [
"940GZZLUSFB"
],
"aliasIds": [],
"lat": 51.4949692,
"lon": -0.2458881
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUSFB")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUSFB"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUSFB")