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