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