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