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