Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GEMRSPKH
Name
Emerson Park
Modes
overground
Coordinates
51.56860, 0.22024
Checking for a TfL API key…
{
"id": "910GEMRSPKH",
"name": "Emerson Park",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"liberty"
],
"arrivalsStopIds": [
"910GEMRSPKH"
],
"aliasIds": [],
"lat": 51.5686007,
"lon": 0.2202375
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GEMRSPKH")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GEMRSPKH"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GEMRSPKH")