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