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