Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLURYO
Name
Royal Oak
Modes
tube
Coordinates
51.51902, -0.18744
Checking for a TfL API key…
{
"id": "940GZZLURYO",
"name": "Royal Oak",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"hammersmith-city"
],
"arrivalsStopIds": [
"940GZZLURYO"
],
"aliasIds": [],
"lat": 51.5190222,
"lon": -0.1874439
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLURYO")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLURYO"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLURYO")