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