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