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