Iowa Liquor Sales Data, One API Call Away

Dive into every wholesale liquor transaction reported to the Iowa Alcoholic Beverages Division since 2012. Search by product name, store, city, category, vendor, or sale amount—all in clean JSON.

Get Free API Key

Try It Live

Find all Fireball sales in the city of PAULLINA:

curl -H "X-API-Key: YOUR_KEY" \
  "https://api.midwestintel.com/v1/liquor-sales?product=Fireball&city=PAULLINA&limit=5"

Or find the top‑selling stores for a specific category:

curl -H "X-API-Key: YOUR_KEY" \
  "https://api.midwestintel.com/v1/liquor-sales?category=WHISKEY%20LIQUEUR&$order=sale_dollars DESC&limit=10"

Available Filters

🍹 Product

Search by product description (case‑insensitive, partial match).

🏪 Store

Filter by store name or store number.

🏙️ City / County

Narrow results to specific geographic areas.

📂 Category

Filter by spirit category (e.g., WHISKEY LIQUEUR).

🏭 Vendor

Find transactions from a specific distributor.

💵 Sale Amount

Set minimum and maximum dollar thresholds.

Frequently Asked Questions

What does this dataset include?

Every wholesale liquor transaction in Iowa—product name, bottle volume, cost, retail price, bottles sold, and sale dollars.

How far back does the data go?

Transactions are available from 2012 onward and are updated daily.

Who uses this data?

Economists use liquor sales as a consumer‑demand proxy; restaurant brokers track product trends; and supply‑chain analysts monitor regional consumption.

Pour Your First Query

Free tier includes 200 requests/day. No credit card required.

Get Free API Key