Whiskystats Data API
Whiskystats Data API

Whisky

Endpoint:https://data.api.whiskystats.com

Market Value

POST
https://data.api.whiskystats.com
/v01/whisky/market_value

Returns the latest market value of a whisky.

The market value is the 90-day moving average of auction buyer prices (hammer price plus buyer fees). The market value date indicates the day of the latest auction trade.

If the Whisky ID is unknown, status code 204 is returned.

Market ValueHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Market ValueRequest Body

  • whisky_idstring · required

    The Whisky ID.

    Use "WB" as a prefix for Whiskybase IDs (e.g. "WB37719"). Use "BG" as a prefix for Whiskystats Bottle Group IDs (e.g. "BG124"). See our Documentation for more details.

  • currency_codestring · required

    Three-character currency code (e.g. "EUR"). See our Documentation for more details.

Market ValueResponses

Data Response

  • whisky_idstring

    The requested Whisky ID for reference.

  • market_valuenumber

    The latest market value of the whisky in the requested currency.

  • market_value_datestring · date

    The date at which the whisky was last traded at auctions.

  • currency_codestring

    The requested currency code for reference.


Latest Auction Price

POST
https://data.api.whiskystats.com
/v01/whisky/latest_auction_price

Returns the latest auction price observation of a whisky.

Price information includes buyer fees. The price date indicates the day of the latest auction trade. If multiple bottles were sold at the same day, the average buyer price is provided.

If the Whisky ID is unknown, status code 204 is returned.

Latest Auction PriceHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Latest Auction PriceRequest Body

  • whisky_idstring · required

    The Whisky ID.

    Use "WB" as a prefix for Whiskybase IDs (e.g. "WB37719"). Use "BG" as a prefix for Whiskystats Bottle Group IDs (e.g. "BG124"). See our Documentation for more details.

  • currency_codestring · required

    Three-character currency code (e.g. "EUR"). See our Documentation for more details.

Latest Auction PriceResponses

Data Response

  • whisky_idstring

    The requested Whisky ID for reference.

  • buyer_pricenumber

    The latest auction buyer price of the whisky in the requested currency.

  • price_datestring · date

    The date at which the whisky was last traded at auctions.

  • currency_codestring

    The requested currency code for reference.


Lowest Retail Price

POST
https://data.api.whiskystats.com
/v01/whisky/lowest_retail_price

Returns the lowest current retail price.

Global retail prices are compared by converting them to EUR using the daily interbank exchange rate.

If the Whisky ID is unknown, status code 204 is returned.

Lowest Retail PriceHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Lowest Retail PriceRequest Body

  • whisky_idstring · required

    The Whisky ID.

    Use "WB" as a prefix for Whiskybase IDs (e.g. "WB37719"). Use "BG" as a prefix for Whiskystats Bottle Group IDs (e.g. "BG124"). See our Documentation for more details.

  • currency_codestring · required

    Three-character currency code (e.g. "EUR"). See our Documentation for more details.

Lowest Retail PriceResponses

Data Response

  • whisky_idstring

    The requested Whisky ID for reference.

  • retail_pricenumber

    The lowest retail price of the whisky in the requested currency.

  • currency_codestring

    The requested currency code for reference.


Whiskybase Rating

POST
https://data.api.whiskystats.com
/v01/whisky/whiskybase_rating

Returns the average Whiskybase rating.

The highest and lowest ratings are removed when calculating the average but not for the rating count.

If the Whisky ID is unknown, status code 204 is returned.

Whiskybase RatingHeaders

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Whiskybase RatingRequest Body

  • whisky_idstring · required

    The Whisky ID.

    Use "WB" as a prefix for Whiskybase IDs (e.g. "WB37719"). Use "BG" as a prefix for Whiskystats Bottle Group IDs (e.g. "BG124"). See our Documentation for more details.

Whiskybase RatingResponses

Data Response

  • whisky_idstring

    The requested Whisky ID for reference.

  • whiskybase_ratingnumber

    The Whiskybase rating of the whisky.

  • whiskybase_rating_countnumber

    The number of Whiskybase ratings.