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