---
datapackage:
  name: spiritfacts
  title: "SpiritFacts: Alcohol Chemistry & Hangover Index Dataset"
  description: Open data on the chemistry and health profile of spirits, wine, and beer (congeners, histamines, polyphenols, sulfites, tannins, sugar, additives) plus a 1 to 10 Hangover Index across 13 categories and 52 brands.
  homepage: https://spiritfacts.com
  version: 1.0.0
  created: 2026-06-26
  updated: 2026-06-26
  licenses:
    - name: CC-BY-4.0
      title: Creative Commons Attribution 4.0 International
      path: https://creativecommons.org/licenses/by/4.0/
  sources:
    - title: Spirit Facts
      path: https://spiritfacts.com
  resources:
    - name: categories
      title: Categories (13)
      path: data/categories.csv
      format: csv
    - name: brands
      title: Brands (52)
      path: data/brands.csv
      format: csv
    - name: spiritfacts-full
      title: Full dataset (JSON)
      path: data/spiritfacts.json
      format: json
---

# SpiritFacts: Alcohol Chemistry & Hangover Index Dataset

Open data on the chemistry and health profile of spirits, wine, and beer:
congeners, histamines, polyphenols, sulfites, tannins, sugar, and additives,
plus a 1 to 10 Hangover Index across 13 categories and 52 brands.

Maintained by [SpiritFacts](https://spiritfacts.com). The live, browsable
version, downloads, and methodology live at
[spiritfacts.com/data](https://spiritfacts.com/data).

## Files

| File | Rows | Description |
| --- | --- | --- |
| `data/brands.csv` | 52 | One row per brand: category, ABV, the seven factors, and hangover index. |
| `data/categories.csv` | 13 | One row per category: family, typical ABV range, factors, hangover index. |
| `data/spiritfacts.json` | - | Full nested dataset with both labels and numeric scores. |
| `datapackage.json` | - | Frictionless Data Package descriptor (field types, keys, license). |

## How to read the factors

The seven factors are graded on an ordinal five-point scale. The CSVs carry both
the label (e.g. `high`) and a numeric `_score` column:

`1 = very-low, 2 = low, 3 = moderate, 4 = high, 5 = very-high`

`hangover_index` is a 1 to 10 weighted composite of those factors plus typical
serving strength. Full grading rules:
[spiritfacts.com/about](https://spiritfacts.com/about). Each factor is defined in
the [glossary](https://spiritfacts.com/glossary).

## License

Released under [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/).
Free to use, including commercially. The only condition is attribution: credit
**Spirit Facts** with a link back to [spiritfacts.com](https://spiritfacts.com).

## Cite

> Spirit Facts (2026). SpiritFacts: Alcohol Chemistry & Hangover Index Dataset
> (v1.0.0). https://spiritfacts.com/data. Licensed under CC BY 4.0.
