Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZDLLCA
Name
London City Airport
Modes
dlr
Coordinates
51.50353, 0.04854
Checking for a TfL API key…
{
"id": "940GZZDLLCA",
"name": "London City Airport",
"kind": "stopPoint",
"modes": [
"dlr"
],
"lineIds": [
"dlr"
],
"arrivalsStopIds": [
"940GZZDLLCA"
],
"aliasIds": [
"HUBLCY"
],
"lat": 51.5035322,
"lon": 0.048542
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZDLLCA")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZDLLCA"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZDLLCA")