{ "opencollection": "1.0.0", "info": { "name": "Whisky Hunter Auctions API", "version": "v1" }, "items": [ { "info": { "name": "Auctions", "type": "folder" }, "items": [ { "info": { "name": "Get Auctions Data", "type": "http" }, "http": { "method": "GET", "url": "https://whiskyhunter.net/api/auctions_data/", "params": [ { "name": "format", "value": "", "type": "query", "description": "Response format." } ] }, "docs": "Returns aggregated auction data across all tracked whisky auction platforms. Includes trading volume, winning bid statistics, and lot counts per auction per date period. All monetary values are in GBP (£)." } ] } ], "bundled": true }