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