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