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