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