Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
910GMRYLAND
Name
Maryland
Modes
elizabeth-line
Coordinates
51.54608, 0.00581
Checking for a TfL API key…
{
"id": "910GMRYLAND",
"name": "Maryland",
"kind": "stopPoint",
"modes": [
"elizabeth-line"
],
"lineIds": [
"elizabeth"
],
"arrivalsStopIds": [
"910GMRYLAND"
],
"aliasIds": [],
"lat": 51.546081,
"lon": 0.005815
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("910GMRYLAND")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["910GMRYLAND"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("910GMRYLAND")