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