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