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