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