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