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