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