Skip to content

C4illin/systembolaget-data

Repository files navigation

Systembolaget Data

Github Github Github Systembolaget

Systembolaget removed their official api for products, this is a workaround. It includes all data available as well as some historic data fetched from old excel documents.

Example usage:

Paths:

/v1/products includes ALL products and some information about them.

https://susbolaget.emrik.org/v1/products (≈73 MB)

Install:

# docker-compose.yml

services:
  systembolaget-data:
    image: ghcr.io/c4illin/systembolaget-data:main
    container_name: systembolaget-data
    restart: unless-stopped
    environment:
      - TZ=Europe/Stockholm
    ports:
      - 3000:3000
    volumes:
      - ./data:/usr/src/app/data

Download products.json from above and place in ./data, or download excel from systembolaget.se and import manually.

About

🍺 API for Systembolaget's products

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages