Whisky Hunter website screenshot

Whisky Hunter

Whisky Hunter is a market research and data platform for whisky collectors, investors, traders, and enthusiasts that aggregates historical auction data from 28 online whisky auction sites into a single database. It tracks trading volumes, winning bids, lot counts, and per-distillery statistics. All trading volumes and winning bids are stated in GBP (£). The Whisky Hunter API provides free, public access to this auction data with no authentication required.

1 APIs 0 Features
WhiskySpiritsAuctionsMarket DataCollectorsInvestors

APIs

Whisky Hunter API

The Whisky Hunter API provides free, public access to historical whisky auction data aggregated from 28 online whisky auction platforms. Endpoints cover aggregated auction stati...

Collections

Pricing Plans

Rate Limits

Whisky Hunter Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Whisky Hunter Context

40 classes · 0 properties

JSON-LD

API Governance Rules

Whisky Hunter API Rules

9 rules · 2 errors 7 warnings

SPECTRAL

JSON Structure

Whisky Hunter Auction Data Structure

0 properties

JSON STRUCTURE

Whisky Hunter Distillery Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
Website
Website
🔗
API
API
🔗
OpenAPI
OpenAPI
🔗
Vocabulary
Vocabulary
🔗
JSONLDContext
JSONLDContext
🔗
SpectralRules
SpectralRules

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Whisky Hunter 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 (£).
- info:
    name: Distilleries
    type: folder
  items:
  - info:
      name: List Distilleries
      type: http
    http:
      method: GET
      url: https://whiskyhunter.net/api/distilleries_info/
      params:
      - name: format
        value: ''
        type: query
        description: Response format.
    docs: Returns a list of all distilleries tracked in the Whisky Hunter database, including their names and URL slugs used
      to query per-distillery auction data.
  - info:
      name: Get Distillery Auction Data
      type: http
    http:
      method: GET
      url: https://whiskyhunter.net/api/distillery_data/:slug/
      params:
      - name: slug
        value: macallan
        type: path
        description: URL slug identifying the distillery, obtained from the /distilleries_info/ endpoint.
      - name: format
        value: ''
        type: query
        description: Response format.
    docs: Returns historical auction data for a specific distillery identified by its slug. Includes trading volumes, winning
      bid statistics, and lot counts over time. All monetary values are in GBP (£).
bundled: true