Explorer
Points are stations, stops, and docks; lines are the routes that serve them.
StopPoint
ID
940GZZLULGN
Name
Loughton
Modes
tube
Coordinates
51.64123, 0.05532
Checking for a TfL API key…
{
"id": "940GZZLULGN",
"name": "Loughton",
"kind": "stopPoint",
"modes": [
"tube"
],
"lineIds": [
"central"
],
"arrivalsStopIds": [
"940GZZLULGN"
],
"aliasIds": [],
"lat": 51.6412266,
"lon": 0.0553234
}stopPoint.get / bikePoint.getById
await client.stopPoint.get("940GZZLULGN")stopPoint.getArrivals
await client.stopPoint.getArrivals({
stopPointIds: ["940GZZLULGN"],
sortBy: "timeToStation",
})stopPoint.getRoute
await client.stopPoint.getRoute("940GZZLULGN")