Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUBST
Name
Baker Street
Modes
tube
Coordinates
51.52259, -0.15674
Checking for a TfL API key…
{
"id": "940GZZLUBST",
"name": "Baker Street",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"bakerloo",
"circle",
"hammersmith-city",
"jubilee",
"metropolitan"
],
"arrivalsStopIds": [
"940GZZLUBST"
],
"aliasIds": [],
"lat": 51.5225853,
"lon": -0.1567431
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUBST")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUBST"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUBST")