Discover/whiskybase.com API
live

whiskybase.com APIwhiskybase.com

Access Whiskybase data via API: search whiskies, browse distilleries, check marketplace prices, get new releases, and fetch the Top 1000 ranked bottles.

Endpoints
6
Updated
3mo ago
Try it
Search keyword (e.g. 'Ardbeg', 'Laphroaig', 'Macallan')
api.parse.bot/scraper/1fa3ba9e-3cd6-4ffe-b2d7-0da0f2ba5f66/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/1fa3ba9e-3cd6-4ffe-b2d7-0da0f2ba5f66/search_whiskies?query=Laphroaig' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for whiskies by keyword. Returns matching bottles with basic info including name, brand, strength, rating, and photo URL.

Input
ParamTypeDescription
queryrequiredstringSearch keyword (e.g. 'Ardbeg', 'Laphroaig', 'Macallan')
Response
{
  "type": "object",
  "fields": {
    "items": "array of whisky objects with id, name, brand, display_name, age, strength, bottle_size, vintage_year, bottle_year, rating, url, photo",
    "total": "integer total number of matching results"
  },
  "sample": {
    "data": {
      "items": [
        {
          "id": 54930,
          "age": null,
          "url": "https://www.whiskybase.com/whiskies/whisky/54930",
          "name": "Select",
          "brand": "Laphroaig",
          "photo": "https://static.whiskybase.com/storage/whiskies/5/4/930/87550-normal.png",
          "rating": "79.39 / 100",
          "strength": "40 %vol",
          "bottle_size": "700 ml",
          "bottle_year": null,
          "display_name": "<b>Laphroaig</b> Select",
          "vintage_year": null
        }
      ],
      "total": 3651
    },
    "status": "success"
  }
}

About the whiskybase.com API

The Whiskybase API exposes 6 endpoints covering the full Whiskybase catalogue — from keyword search and distillery browsing to live marketplace listings and the community-voted Top 1000. The get_top_1000_whiskies endpoint alone returns rank, age, strength, rating, and vote count for every bottle that has cleared the 15-vote threshold, giving you a clean, sortable benchmark of community consensus.

Search and Discovery

The search_whiskies endpoint accepts a keyword — a distillery name, brand, or bottler — and returns an array of matching bottles. Each item includes id, name, brand, display_name, age, strength, bottle_size, vintage_year, bottle_year, rating, and a direct url back to the Whiskybase listing. The total field tells you how many records matched so you can gauge coverage before paginating.

Distilleries and Their Catalogues

get_distilleries returns every distillery on Whiskybase with name, country, and whiskies_count — useful for building a directory or scoping a research project by region. Once you have a distillery ID from that response, pass it to get_distillery_whiskies to pull every bottle associated with that producer, each carrying id, name, age, strength, and rating.

New Releases and Marketplace

get_new_releases lists the latest bottlings across the database. Supply an optional year parameter (e.g. 2024) to narrow results to a specific bottling year; each release object includes bottled, age, strength, size, and rating. For pricing data, get_marketplace_listings returns active buy/sell listings with price, seller, and rating. Pass an optional query string to filter by bottler or distillery name, or omit it to retrieve the most recent listings across the whole market.

Top 1000 Rankings

get_top_1000_whiskies fetches Whiskybase's community ranking. Only bottles with 15 or more community votes are included, so low-sample outliers are filtered out automatically. Response fields are rank, id, name, age, strength, rating, and votes — enough to build leaderboards, track consensus shifts, or benchmark a specific bottle against the broader field.

Common use cases
  • Build a whisky price tracker by polling get_marketplace_listings for a specific distillery name over time.
  • Populate a bottle database with distillery-level catalogues using get_distilleries and get_distillery_whiskies in sequence.
  • Generate a 'top-rated this year' newsletter section by combining get_new_releases (filtered by year) with ratings from get_top_1000_whiskies.
  • Run competitive shelf analysis by searching multiple brand names via search_whiskies and comparing average ratings.
  • Build a country-filtered distillery directory using the country field from get_distilleries.
  • Flag newly listed high-rated bottles for auction or investment watchlists by crossing get_marketplace_listings results against get_top_1000_whiskies IDs.
  • Aggregate vintage coverage per distillery by collecting vintage_year and bottle_year fields from search_whiskies results.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Whiskybase have an official developer API?+
Whiskybase does not publish an official public developer API. There is no documented REST or GraphQL interface available at whiskybase.com for third-party access.
What does `get_top_1000_whiskies` return and how is the ranking determined?+
The endpoint returns up to 1000 bottles ranked by community consensus on Whiskybase. Each object includes rank, id, name, age, strength, rating, and votes. Only bottles with 15 or more votes are included, so bottles with very few ratings do not appear even if their average score is high.
Can I filter marketplace listings by country, price range, or bottle size?+
Currently the get_marketplace_listings endpoint supports only a keyword query filter; there are no parameters for country, price range, or bottle size. The API covers listing-level fields including price, seller, rating, and whisky_name. You can fork it on Parse and revise it to add those filter parameters if your use case requires them.
Does the API return tasting notes, flavour profiles, or individual user reviews?+
Not currently. Endpoints return structured catalogue data — ratings, ages, strengths, and vote counts — but not free-text tasting notes or per-user review content. You can fork the API on Parse and revise it to add an endpoint targeting individual bottle detail pages where that data appears.
How fresh is the marketplace listing data?+
The get_marketplace_listings endpoint reflects active listings on Whiskybase at the time of the request. Because listings are user-posted and can be added, updated, or removed at any time, the data represents a point-in-time snapshot. Polling at regular intervals is the practical way to detect price changes or new listings for a given bottle.
Page content last updated . Spec covers 6 endpoints from whiskybase.com.
Related APIs in MarketplaceSee all →
mouser.com API
mouser.com API
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.