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