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