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