Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUCST
Name
Cannon Street
Modes
tube
Coordinates
51.51138, -0.09036
Checking for a TfL API key…
{
"id": "940GZZLUCST",
"name": "Cannon Street",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"district"
],
"arrivalsStopIds": [
"940GZZLUCST"
],
"aliasIds": [
"HUBCST"
],
"lat": 51.5113812,
"lon": -0.0903632
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUCST")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUCST"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUCST")