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