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