The Canonical Structured Database for Global Fine Spirits
Powering AI agents, beverage analytics, secondary auction platforms, and hospitality tech with a fully provenance-tracked catalog of standardized spirit records, published mash bills, cask lineages, and real auction market indices.
Interactive Catalog Live Demo
Test our real-time filtering engine. Query by spirit category, minimum age statement, cask maturation styles, and sensory flavor tags.
Data Architecture & Provenance Engine
How we transform chaotic public web registries and disparate market dumps into clean, relational, institutional-grade datasets.
9 Integrated Sources
Continuous automated ingestion from Wikidata, Wikipedia, Open Food Facts, TTB COLA Registry, UK Companies House, EU eAmbrosia, and WhiskyHunter auction archives.
4-Tier Normalization
Automated cleaning pipelines standardize ABV percentages, bottle volumes to mL, grain mash bills to exact ratios, and secondary market auction prices to USD.
Deep Lineage Mapping
Relational linking between spirits, brand owners, independent bottlers, distilleries, hierarchical cask taxonomies, and standardized sensory flavor wheels.
Transparent Commercial Pricing
Choose the tier that fits your development scale. From open-source research to global institutional trading platforms.
Public Research Sample
Ideal for academic research, Kaggle data science, and testing.
- 15-Record Curated Sample
- CC-BY-SA 4.0 Open License
- Kaggle CSV & Parquet Dumps
- Basic Distillery Metadata
- Real-time REST API Access
- Secondary Market Valuations
Standard Catalog License
For beverage apps, hospitality software, and e-commerce.
- Full Commercial Spirits Catalog
- SQLite + CSV Snapshots
- Monthly Data Refreshes
- Mash Bill & Cask Taxonomies
- Commercial License Included
- Full Provenance Ledger Access
API & Valuation License
For investment analytics and valuation platforms.
- Everything in Standard Catalog
- Live REST API Access
- 19-Year Auction Price Index
- Distillery Valuation Benchmarks
- Standardized Tasting Notes
- Priority Support
Developer Quickstart
Integrate WhiskyDB into your stack in less than 3 minutes with the read-only REST API.
# Query spirits with Sherry Cask maturation and Peat Smoke flavor
curl -X GET "https://api.whiskydb.org/api/v1/spirits?cask_style=Sherry&flavor_tag=Peat+Smoke&limit=10" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Accept: application/json"
import requests
# Query WhiskyDB REST API for Single Malt Scotch with valuations
headers = {"X-API-Key": "YOUR_API_KEY"}
params = {
"spirit_type": "Single Malt Scotch",
"min_age": 16,
"limit": 20
}
response = requests.get("https://api.whiskydb.org/api/v1/spirits", headers=headers, params=params)
spirits = response.json()["data"]
for bottle in spirits:
print(f"{bottle['name']} ({bottle['abv_percentage']}% ABV) - {bottle['distillery']['name']}")
Request the Full Dataset
Tell us who you are and which tier you need โ we reply from our desk within 1 business day with delivery and payment details.