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