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