Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZDLCUT
Name
Cutty Sark (for Maritime Greenwich)
Modes
dlr
Coordinates
51.48168, -0.01080
Checking for a TfL API key…
{
"id": "940GZZDLCUT",
"name": "Cutty Sark (for Maritime Greenwich)",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLCUT"
],
"aliasIds": [
"HUBCUT"
],
"lat": 51.481675,
"lon": -0.010802
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLCUT")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLCUT"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLCUT")