Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GLANGLEY
Name
Langley (Berks)
Modes
elizabeth-line
Coordinates
51.50806, -0.54176
Checking for a TfL API key…
{
"id": "910GLANGLEY",
"name": "Langley (Berks)",
"kind": "stopPoint",
"modes": [
"elizabeth-line"
],
"lineIds": [
"elizabeth"
],
"arrivalsStopIds": [
"910GLANGLEY"
],
"aliasIds": [],
"lat": 51.508062,
"lon": -0.541756
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GLANGLEY")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GLANGLEY"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GLANGLEY")