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