Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZDLSHS
Name
Stratford High Street
Modes
dlr
Coordinates
51.53765, -0.00013
Checking for a TfL API key…
{
"id": "940GZZDLSHS",
"name": "Stratford High Street",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLSHS"
],
"aliasIds": [],
"lat": 51.5376469,
"lon": -0.0001288
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLSHS")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLSHS"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLSHS")