Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GRCTRYRD
Name
Rectory Road
Modes
overground
Coordinates
51.55911, -0.06862
Checking for a TfL API key…
{
"id": "910GRCTRYRD",
"name": "Rectory Road",
"kind": "stopPoint",
"modes": [
"overground"
],
"lineIds": [
"weaver"
],
"arrivalsStopIds": [
"910GRCTRYRD"
],
"aliasIds": [],
"lat": 51.559112,
"lon": -0.068617
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GRCTRYRD")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GRCTRYRD"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GRCTRYRD")