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