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