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