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