Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZNEUGST
Name
Nine Elms
Modes
tube
Coordinates
51.48018, -0.12969
Checking for a TfL API key…
{
"id": "940GZZNEUGST",
"name": "Nine Elms",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"northern"
],
"arrivalsStopIds": [
"940GZZNEUGST"
],
"aliasIds": [],
"lat": 51.4801837,
"lon": -0.1296937
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZNEUGST")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZNEUGST"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZNEUGST")