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