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