Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUGHK
Name
Goldhawk Road
Modes
tube
Coordinates
51.50176, -0.22657
Checking for a TfL API key…
{
"id": "940GZZLUGHK",
"name": "Goldhawk Road",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"circle",
"hammersmith-city"
],
"arrivalsStopIds": [
"940GZZLUGHK"
],
"aliasIds": [],
"lat": 51.5017564,
"lon": -0.2265662
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUGHK")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUGHK"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUGHK")