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