Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLURSM
Name
Ruislip Manor
Modes
tube
Coordinates
51.57340, -0.41180
Checking for a TfL API key…
{
"id": "940GZZLURSM",
"name": "Ruislip Manor",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"metropolitan",
"piccadilly"
],
"arrivalsStopIds": [
"940GZZLURSM"
],
"aliasIds": [],
"lat": 51.5733973,
"lon": -0.4117997
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLURSM")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLURSM"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLURSM")