Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUNHG
Name
Notting Hill Gate
Modes
tube
Coordinates
51.50893, -0.19620
Checking for a TfL API key…
{
"id": "940GZZLUNHG",
"name": "Notting Hill Gate",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central",
"circle",
"district"
],
"arrivalsStopIds": [
"940GZZLUNHG"
],
"aliasIds": [],
"lat": 51.5089252,
"lon": -0.1961978
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUNHG")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUNHG"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUNHG")