Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLURGP
Name
Regent's Park
Modes
tube
Coordinates
51.52363, -0.14664
Checking for a TfL API key…
{
"id": "940GZZLURGP",
"name": "Regent's Park",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"bakerloo"
],
"arrivalsStopIds": [
"940GZZLURGP"
],
"aliasIds": [],
"lat": 51.5236277,
"lon": -0.1466357
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLURGP")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLURGP"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLURGP")