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