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