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
4mo 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 →
wine.com API
Search and browse wines on Wine.com to discover detailed information including pricing, ratings, and product metadata across thousands of selections. Find top-rated wines, browse current sales, and access comprehensive details on any wine to make informed purchasing decisions.
systembolaget.se API
Search and browse Systembolaget's complete beverage catalog to discover wines, spirits, and other drinks with detailed information like taste profiles, producer details, vintage year, and pricing. Find exactly what you're looking for by filtering products by type, region, and other characteristics to make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
beveragetradenetwork.com API
Search beverage industry brands, discover buying leads and supplier contacts, compare membership pricing, and browse a comprehensive company directory to grow your beverage business network. Access real-time competition results from beverage industry rankings to stay informed on market standings.
thecocktaildb.com API
Discover and explore thousands of cocktail recipes by searching by name, ingredient, category, or glass type, plus get random drink suggestions and detailed information about cocktail components. Filter drinks by whether they're alcoholic or non-alcoholic, and browse complete lists of available categories, glasses, and ingredients.
watchbase.com API
Search and explore watches across thousands of brands and collections, discover detailed specifications for watches and mechanical calibers, and retrieve high-quality watch images. Browse curated watch collections by brand or find specific timepieces using advanced search functionality.
cigaraficionado.com API
Search and discover premium cigars with detailed reviews and ratings, browse the latest industry news, and explore Cigar Aficionado's prestigious Top 25 lists. Get comprehensive information about specific cigars including their ratings and reviews to find your next favorite smoke.
blendermarket.com API
Browse and search Blender Market (Superhive) to discover 3D assets, add-ons, and creator tools. Access detailed product information, reviews, FAQs, documentation, and creator profiles. Filter by category, sort results, and explore current sales.