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