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