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