Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUGFD
Name
Greenford
Modes
tube
Coordinates
51.54266, -0.34579
Checking for a TfL API key…
{
"id": "940GZZLUGFD",
"name": "Greenford",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central"
],
"arrivalsStopIds": [
"940GZZLUGFD"
],
"aliasIds": [
"HUBGFD"
],
"lat": 51.542657,
"lon": -0.345789
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUGFD")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUGFD"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUGFD")