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