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