Searches through (almost) all fields.
Usage:
/search?q=<search>
Find wines from a specific country and, optionally, region.
Usage
/country/frankrike/bourgogne
Find wines from a specific producer.
Usage
/producer/Maison%20Rijckaert
Find wines from a specific supplier.
Usage
/supplier/Johan%20Lidby%20Vinhandel%20AB
All endpoints support filtering. The following filters are available:
vintage
: year to filter by. May appear more than once, may be a range (e.g. 2001-2003)country
: country (in Swedish),region
: region (in Swedish),supplier
: name of supplier, does not need to be exact match (e.g. 'lidby' is fine),producer
: name of producer, does not need to be exact match (e.g. 'rijckaert' is fine),line
: Systembolaget line to look at, must be one of FS, BS, TSEavailableFrom
: date from which the wines should have been made available, of the form 2011-01-21,group
: which type of wine, one of rose, white, red, sparkling
- Search frontend using something like https://react-bootstrap.github.io
- Filtering
- Grape
- Availability
- Add extra metadata from Systembolaget unofficial API (e.g. https://www.systembolaget.se/api/productsearch/search/sok-dryck/?searchquery=7961509)
- Add extra metadata from Munskänkarna search engine (http://www.vintesten.se/pages/searchwine.php?pr=72861)