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