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