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