Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUMED
Name
Mile End
Modes
tube
Coordinates
51.52534, -0.03343
Checking for a TfL API key…
{
"id": "940GZZLUMED",
"name": "Mile End",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central",
"district",
"hammersmith-city"
],
"arrivalsStopIds": [
"940GZZLUMED"
],
"aliasIds": [],
"lat": 51.5253378,
"lon": -0.033435
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUMED")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUMED"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUMED")