Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUBBN
Name
Barbican
Modes
tube
Coordinates
51.52018, -0.09863
Checking for a TfL API key…
{
"id": "940GZZLUBBN",
"name": "Barbican",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"hammersmith-city",
"metropolitan"
],
"arrivalsStopIds": [
"940GZZLUBBN"
],
"aliasIds": [],
"lat": 51.5201797,
"lon": -0.0986342
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUBBN")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUBBN"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUBBN")