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