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