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