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