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