Systembolaget
APIOfficial API for Sweden's Government-Owned Liquor Store Inventory
Overview
The Systembolaget API provides access to Sweden’s government-regulated liquor store data, including product catalogs, real-time inventory at specific locations, and detailed product attributes (alcohol content, origin, pricing, dietary info). Endpoints support RESTful requests with JSON responses. Use cases include building consumer apps for product discovery, store stock checks, integrating into meal planning tools, or research on alcohol retail trends. Authentication via API key is required, and usage adheres to Systembolaget’s terms.
Example Integration (JavaScript)
fetch('https://api-portal.systembolaget.se')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful Interface
- JSON Responses
- Product Catalog Access
- Real-Time Stock Checks
- Detailed Product Attributes
Frequently Asked Questions
? Is the Systembolaget API free to use?
Yes, it is free for non-commercial and approved commercial use, but API key registration is mandatory.
? Does it require an API Key?
Yes, you need to register on the Systembolaget API Portal to obtain an API key for authentication.
? What is the response format?
All API responses are in JSON format, compatible with most modern applications.
Top Alternatives
People Also Ask about Systembolaget
Tool Info
Pros
- ⊕ Official & Trusted Data
- ⊕ Comprehensive Product Details
- ⊕ Real-Time Inventory Updates
Cons
- ⊖ Requires API Key Registration
- ⊖ Sweden-Only Coverage
- ⊖ Potential Rate Limits
- ⊖ Regulated Usage Terms