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