Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GCRPNDPK
Name
Carpenders Park
Modes
overground
Coordinates
51.62791, -0.38551
Checking for a TfL API key…
{
"id": "910GCRPNDPK",
"name": "Carpenders Park",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"lioness"
],
"arrivalsStopIds": [
"910GCRPNDPK"
],
"aliasIds": [],
"lat": 51.6279135,
"lon": -0.3855109
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GCRPNDPK")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GCRPNDPK"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GCRPNDPK")