Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUEMB
Name
Embankment
Modes
tube
Coordinates
51.50721, -0.12224
Checking for a TfL API key…
{
"id": "940GZZLUEMB",
"name": "Embankment",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"bakerloo",
"circle",
"district",
"northern"
],
"arrivalsStopIds": [
"940GZZLUEMB"
],
"aliasIds": [],
"lat": 51.5072143,
"lon": -0.1222409
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUEMB")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUEMB"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUEMB")