Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZBPSUST
Name
Battersea Power
Modes
tube
Coordinates
51.47962, -0.14297
Checking for a TfL API key…
{
"id": "940GZZBPSUST",
"name": "Battersea Power",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"northern"
],
"arrivalsStopIds": [
"940GZZBPSUST"
],
"aliasIds": [],
"lat": 51.4796154,
"lon": -0.1429709
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZBPSUST")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZBPSUST"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZBPSUST")