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