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