Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GGOSPLOK
Name
Gospel Oak
Modes
overground
Coordinates
51.55549, -0.15158
Checking for a TfL API key…
{
"id": "910GGOSPLOK",
"name": "Gospel Oak",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"mildmay",
"suffragette"
],
"arrivalsStopIds": [
"910GGOSPLOK"
],
"aliasIds": [],
"lat": 51.5554865,
"lon": -0.151577
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GGOSPLOK")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GGOSPLOK"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GGOSPLOK")