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