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