Systembolaget removed their official api for products, this is a workaround.
Currently used by: https://alkolist.github.io/
Website repo: https://github.com/alkolist/alkolist.github.io
/v1/products
includes ALL products and some information about them.
https://susbolaget.emrik.org/v1/products (≈56 MB)
# docker-compose.yml
services:
systembolaget-data:
image: ghcr.io/c4illin/systembolaget-data:main
container_name: systembolaget-data
restart: unless-stopped
ports:
- 3000:3000