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