LCBO
APIFree API for LCBO alcohol product, store, and inventory data
Overview
The LCBO API provides RESTful access to data on LCBO (Liquor Control Board of Ontario) alcohol products (wine, beer, spirits), store locations, real-time inventory levels, and pricing. Key endpoints include /products (filter by category, price, region), /stores (search by location/postal code), and /inventories (check stock at specific stores). Responses are in JSON format. Use cases: consumer apps to find nearby stores with desired drinks, price-tracking tools, or hospitality inventory integration.
Example Integration (JavaScript)
fetch('https://lcboapi.com/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful Architecture
- JSON Responses
- Product & Store Data
- Inventory Tracking
- Location-Based Search
Frequently Asked Questions
? Is LCBO API free to use?
Yes, it’s free for non-commercial purposes, though registration for an API key is required.
? Does it require an API Key?
Yes, you need to sign up on lcboapi.com to get an API key for authentication.
? What is the response format?
All responses are in JSON format, suitable for web and mobile app integration.
Top Alternatives
People Also Ask about LCBO
Tool Info
Pros
- ⊕ Comprehensive Alcohol Data
- ⊕ Real-Time Inventory Updates
- ⊕ Easy Integration
- ⊕ Free Non-Commercial Use
Cons
- ⊖ Rate-Limited Requests
- ⊖ Requires API Key
- ⊖ Ontario-Only Coverage