Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZDLABR
Name
Abbey Road
Modes
dlr
Coordinates
51.53254, 0.00361
Checking for a TfL API key…
{
"id": "940GZZDLABR",
"name": "Abbey Road",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLABR"
],
"aliasIds": [],
"lat": 51.5325414,
"lon": 0.0036092
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLABR")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLABR"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLABR")StopPoint
ID
940GZZDLABR
Name
Abbey Road
Modes
dlr
Coordinates
51.53254, 0.00361
{
"id": "940GZZDLABR",
"name": "Abbey Road",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLABR"
],
"aliasIds": [],
"lat": 51.5325414,
"lon": 0.0036092
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLABR")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLABR"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLABR")