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