A fast, easy-to-use web API to get LCBO store, product, and inventory information in JSON format.
These are all of the currently available actions. For more information check out the documentation pages.
| Action | Relative Path |
|---|---|
| Product Details |
/products/:product_no
|
| Product Search |
/products/search?q=:uri_encoded_query
|
| Store Details |
/stores/:store_no
|
| Store Search |
/stores/search?q=:uri_encoded_query
|
| Store Product Search |
/stores/:store_no/products/search?q=:uri_encoded_query
|
| Product Inventory |
/products/:product_no/inventory
|
| Store Product Inventory |
/stores/:store_no/products/:product_no/inventory
|
| Stores Close to Point |
/stores/near/:latitude/:longitude
|
| Stores Close to Postal Code |
/stores/near/:postal_code
|
| Stores Close to Geolocation |
/stores/near/geo?q=:uri_encoded_query
|
| Closest Stores with Product (Point) |
/stores/near/:latitude/:longitude/with/:product_no
|
| Closest Stores with Product (Postal) |
/stores/near/:postal_code/with/:product_no
|
| Closest Stores with Product (Geo) |
/stores/near/geo/with/:product_no?q=:uri_encoded_query
|
| Download Current Dataset |
/download/current.zip
|
| Download Specific Dataset |
/download/:year-:month-:day.zip
|