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