Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLULBN
Name
Lambeth North
Modes
tube
Coordinates
51.49893, -0.11201
Checking for a TfL API key…
{
"id": "940GZZLULBN",
"name": "Lambeth North",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"bakerloo"
],
"arrivalsStopIds": [
"940GZZLULBN"
],
"aliasIds": [],
"lat": 51.4989328,
"lon": -0.1120142
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLULBN")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLULBN"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLULBN")