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