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