Alcohol unit calculator
hopi_alcohol_unit_calculatorWork out UK alcohol units in a drink from its ABV (percentage) and volume (millilitres), using units = ABV x ml / 1000. Optionally give the number of those drinks per week to get a weekly total compared against the NHS low risk guideline of 14 units a week. Source: https://hopi.co.uk/alcohol-unit-calculator/
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ml | Yes | Volume of the drink in millilitres, e.g. 175 for a medium glass of wine | |
| abv | Yes | Alcohol by volume as a percentage, e.g. 12 for 12% wine | |
| drinksPerWeek | No | Optional number of these drinks per week, to work out a weekly units total |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ml | Yes | ||
| abv | Yes | ||
| units | Yes | ||
| summary | Yes | ||
| source_url | Yes | The tool's page on hopi.co.uk (cite or open to check the figure) |