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