Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUERC
Name
Edgware Road
Modes
tube
Coordinates
51.51986, -0.16783
Checking for a TfL API key…
{
"id": "940GZZLUERC",
"name": "Edgware Road",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"district",
"hammersmith-city"
],
"arrivalsStopIds": [
"940GZZLUERC"
],
"aliasIds": [],
"lat": 51.519858,
"lon": -0.167832
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUERC")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUERC"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUERC")