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