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