Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUOSY
Name
Osterley
Modes
tube
Coordinates
51.48155, -0.35183
Checking for a TfL API key…
{
"id": "940GZZLUOSY",
"name": "Osterley",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"piccadilly"
],
"arrivalsStopIds": [
"940GZZLUOSY"
],
"aliasIds": [],
"lat": 51.4815507,
"lon": -0.3518348
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUOSY")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUOSY"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUOSY")