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