Beer API
I like beer.
API
URL:/api/beer/:brewery
Method:
GET
Parameters:
Name | Type | Description |
---|---|---|
location | string |
Location (if applicable) |
Supported Breweries:
Name | Locations |
---|---|
sv | none |
level | "Level MV", "Level Beer" |
Returns:
JSON
Example:
$ curl https://jerrysv.xyz/api/beer/sv
{
"status": "ok",
"taps": {
"2": {
"brewery": "home",
"name": "Pale Ale",
"style": "Pale Ale",
"malts": "2 Row, Pale, Crystal 50L",
"hops": "Centennial, Citra",
"yeast": "M44"
}
}
}