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