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