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