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