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