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