Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GCLDNNRB
Name
Caledonian Road & Barnsbury
Modes
overground
Coordinates
51.54355, -0.11489
Checking for a TfL API key…
{
"id": "910GCLDNNRB",
"name": "Caledonian Road & Barnsbury",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"mildmay"
],
"arrivalsStopIds": [
"910GCLDNNRB"
],
"aliasIds": [],
"lat": 51.5435462,
"lon": -0.1148864
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GCLDNNRB")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GCLDNNRB"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GCLDNNRB")