Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GMANRPK
Name
Manor Park
Modes
elizabeth-line
Coordinates
51.55248, 0.04634
Checking for a TfL API key…
{
"id": "910GMANRPK",
"name": "Manor Park",
"kind": "stopPoint",
"modes": [
"elizabeth-line"
],
"lineIds": [
"elizabeth"
],
"arrivalsStopIds": [
"910GMANRPK"
],
"aliasIds": [],
"lat": 51.552477,
"lon": 0.046342
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GMANRPK")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GMANRPK"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GMANRPK")