Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZCRKGH
Name
King Henry's Drive
Modes
tram
Coordinates
51.34537, -0.02029
Checking for a TfL API key…
{
"id": "940GZZCRKGH",
"name": "King Henry's Drive",
"kind": "stopPoint",
"modes": [
"tram"
],
"lineIds": [
"tram"
],
"arrivalsStopIds": [
"940GZZCRKGH"
],
"aliasIds": [],
"lat": 51.345366,
"lon": -0.020293
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZCRKGH")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZCRKGH"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZCRKGH")