Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUSGN
Name
Stepney Green
Modes
tube
Coordinates
51.52170, -0.04671
Checking for a TfL API key…
{
"id": "940GZZLUSGN",
"name": "Stepney Green",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"district",
"hammersmith-city"
],
"arrivalsStopIds": [
"940GZZLUSGN"
],
"aliasIds": [],
"lat": 51.5217026,
"lon": -0.0467147
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUSGN")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUSGN"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUSGN")