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