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