Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GCNNB
Name
Canonbury
Modes
overground
Coordinates
51.54856, -0.09302
Checking for a TfL API key…
{
"id": "910GCNNB",
"name": "Canonbury",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"mildmay",
"windrush"
],
"arrivalsStopIds": [
"910GCNNB"
],
"aliasIds": [],
"lat": 51.5485632,
"lon": -0.0930239
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GCNNB")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GCNNB"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GCNNB")