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