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