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