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