Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GNWCRELL
Name
New Cross ELL
Modes
overground
Coordinates
51.47635, -0.03243
Checking for a TfL API key…
{
"id": "910GNWCRELL",
"name": "New Cross ELL",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"windrush"
],
"arrivalsStopIds": [
"910GNWCRELL"
],
"aliasIds": [
"HUBNWX"
],
"lat": 51.476347,
"lon": -0.032427
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GNWCRELL")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GNWCRELL"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GNWCRELL")