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