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