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