Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUUPB
Name
Upminster Bridge
Modes
tube
Coordinates
51.55827, 0.23477
Checking for a TfL API key…
{
"id": "940GZZLUUPB",
"name": "Upminster Bridge",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"district"
],
"arrivalsStopIds": [
"940GZZLUUPB"
],
"aliasIds": [],
"lat": 51.5582655,
"lon": 0.2347689
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUUPB")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUUPB"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUUPB")