Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUBBB
Name
Bromley-by-Bow
Modes
tube
Coordinates
51.52463, -0.01232
Checking for a TfL API key…
{
"id": "940GZZLUBBB",
"name": "Bromley-by-Bow",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"district",
"hammersmith-city"
],
"arrivalsStopIds": [
"940GZZLUBBB"
],
"aliasIds": [],
"lat": 51.5246287,
"lon": -0.0123189
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUBBB")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUBBB"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUBBB")