Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLULNB
Name
London Bridge
Modes
tube
Coordinates
51.50541, -0.08870
Checking for a TfL API key…
{
"id": "940GZZLULNB",
"name": "London Bridge",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"jubilee",
"northern"
],
"arrivalsStopIds": [
"940GZZLULNB"
],
"aliasIds": [
"HUBLBG"
],
"lat": 51.5054118,
"lon": -0.0886993
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLULNB")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLULNB"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLULNB")