Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLUADE
Name
Aldgate East
Modes
tube
Coordinates
51.51562, -0.07084
Checking for a TfL API key…
{
"id": "940GZZLUADE",
"name": "Aldgate East",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"district",
"hammersmith-city"
],
"arrivalsStopIds": [
"940GZZLUADE"
],
"aliasIds": [],
"lat": 51.5156185,
"lon": -0.070839
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLUADE")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLUADE"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLUADE")