Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUMGT
Name
Moorgate
Modes
tube
Coordinates
51.51834, -0.08863
Checking for a TfL API key…
{
"id": "940GZZLUMGT",
"name": "Moorgate",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"hammersmith-city",
"metropolitan",
"northern"
],
"arrivalsStopIds": [
"940GZZLUMGT"
],
"aliasIds": [
"HUBZMG"
],
"lat": 51.518338,
"lon": -0.088627
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUMGT")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUMGT"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUMGT")