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