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