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