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