Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZCRBRD
Name
Beckenham Road
Modes
tram
Coordinates
51.40953, -0.04342
Checking for a TfL API key…
{
"id": "940GZZCRBRD",
"name": "Beckenham Road",
"kind": "stopPoint",
"modes": [
"tram"
],
"lineIds": [
"tram"
],
"arrivalsStopIds": [
"940GZZCRBRD"
],
"aliasIds": [],
"lat": 51.409532,
"lon": -0.043421
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZCRBRD")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZCRBRD"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZCRBRD")