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