brewery_db 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +6 -14
- data/CHANGELOG.md +6 -0
- data/README.md +9 -0
- data/brewery_db.gemspec +1 -1
- data/lib/brewery_db.rb +3 -0
- data/lib/brewery_db/client.rb +12 -0
- data/lib/brewery_db/resources/fermentables.rb +13 -0
- data/lib/brewery_db/resources/hops.rb +13 -0
- data/lib/brewery_db/resources/yeasts.rb +13 -0
- data/lib/brewery_db/version.rb +1 -1
- data/spec/brewery_db/client_spec.rb +19 -14
- data/spec/brewery_db/config_spec.rb +12 -10
- data/spec/brewery_db/mash_spec.rb +2 -2
- data/spec/brewery_db/middleware/error_handler_spec.rb +1 -1
- data/spec/brewery_db/resource_spec.rb +12 -6
- data/spec/brewery_db/resources/beers_spec.rb +2 -2
- data/spec/brewery_db/resources/breweries_spec.rb +2 -2
- data/spec/brewery_db/resources/brewery_spec.rb +8 -8
- data/spec/brewery_db/resources/categories_spec.rb +2 -2
- data/spec/brewery_db/resources/fermentables_spec.rb +21 -0
- data/spec/brewery_db/resources/glassware_spec.rb +2 -2
- data/spec/brewery_db/resources/hops_spec.rb +21 -0
- data/spec/brewery_db/resources/locations_spec.rb +2 -2
- data/spec/brewery_db/resources/search_spec.rb +5 -5
- data/spec/brewery_db/resources/styles_spec.rb +2 -2
- data/spec/brewery_db/resources/yeasts_spec.rb +21 -0
- data/spec/brewery_db/web_hook_spec.rb +1 -1
- data/spec/fixtures/BreweryDB_Resource/_get/a_list_of_resources/can_be_enumerated.yml +237 -141
- data/spec/fixtures/BreweryDB_Resource/_get/a_not_found_request/{sets_the_exception_message_to_the_error_message_in_the_response.yml → includes_the_response_message_in_the_error_message.yml} +11 -13
- data/spec/fixtures/BreweryDB_Resource/_get/a_not_found_request/includes_the_response_status_in_the_error_message.yml +36 -0
- data/spec/fixtures/BreweryDB_Resource/_get/a_not_found_request/raises_an_exception.yml +11 -13
- data/spec/fixtures/BreweryDB_Resource/_get/an_OK_request/{name/.yml → returns_the_data.yml} +13 -11
- data/spec/fixtures/BreweryDB_Resources_Beers/_all/fetches_all_of_the_beers_at_once.yml +497 -497
- data/spec/fixtures/BreweryDB_Resources_Beers/_find/fetches_only_the_beer_asked_for.yml +13 -11
- data/spec/fixtures/BreweryDB_Resources_Breweries/_all/fetches_all_of_the_breweries_at_once.yml +164 -147
- data/spec/fixtures/BreweryDB_Resources_Breweries/_find/fetches_only_the_brewery_asked_for.yml +13 -11
- data/spec/fixtures/BreweryDB_Resources_Categories/_all/fetches_all_of_the_cagtegories_at_once.yml +11 -9
- data/spec/fixtures/BreweryDB_Resources_Categories/_find/fetches_only_the_category_asked_for.yml +11 -9
- data/spec/fixtures/BreweryDB_Resources_Fermentables/_all/fetches_all_of_the_fermentables_at_once.yml +189 -0
- data/spec/fixtures/BreweryDB_Resources_Fermentables/_find/fetches_only_the_fermentable_asked_for.yml +42 -0
- data/spec/fixtures/BreweryDB_Resources_Glassware/_all/fetches_all_of_the_glassware_at_once.yml +11 -9
- data/spec/fixtures/BreweryDB_Resources_Glassware/_find/fetches_only_the_glassware_asked_for.yml +11 -9
- data/spec/fixtures/BreweryDB_Resources_Hops/_all/fetches_all_of_the_hops_at_once.yml +248 -0
- data/spec/fixtures/BreweryDB_Resources_Hops/_find/fetches_only_the_hop_asked_for.yml +45 -0
- data/spec/fixtures/BreweryDB_Resources_Locations/_all/fetches_all_of_the_breweries_at_once.yml +252 -686
- data/spec/fixtures/BreweryDB_Resources_Locations/_find/fetches_only_the_location_asked_for.yml +35 -72
- data/spec/fixtures/BreweryDB_Resources_Search/_all/fetches_all_of_the_search_results_at_once.yml +486 -429
- data/spec/fixtures/BreweryDB_Resources_Styles/_all/fetches_all_of_the_styles_at_once.yml +54 -57
- data/spec/fixtures/BreweryDB_Resources_Styles/_find/fetches_only_the_style_asked_for.yml +11 -9
- data/spec/fixtures/BreweryDB_Resources_Yeasts/_all/fetches_all_of_the_yeasts_at_once.yml +222 -0
- data/spec/fixtures/BreweryDB_Resources_Yeasts/_find/fetches_only_the_yeast_asked_for.yml +49 -0
- metadata +38 -16
|
@@ -8,31 +8,29 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.0
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 404
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
17
|
date:
|
|
18
|
-
-
|
|
18
|
+
- Mon, 22 Jul 2013 00:05:46 GMT
|
|
19
19
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
20
|
+
- Apache/2.2.24 (Amazon)
|
|
21
21
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
x-ratelimit-remaining:
|
|
26
|
-
- Unlimited
|
|
22
|
+
- PHP/5.3.26
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
27
25
|
content-length:
|
|
28
|
-
- '
|
|
26
|
+
- '95'
|
|
29
27
|
connection:
|
|
30
28
|
- close
|
|
31
29
|
content-type:
|
|
32
30
|
- application/json
|
|
33
31
|
body:
|
|
34
|
-
encoding:
|
|
35
|
-
string:
|
|
32
|
+
encoding: UTF-8
|
|
33
|
+
string: '{"errorMessage":"The endpoint you requested could not be found","status":"failure"}'
|
|
36
34
|
http_version:
|
|
37
|
-
recorded_at:
|
|
38
|
-
recorded_with: VCR 2.
|
|
35
|
+
recorded_at: Mon, 22 Jul 2013 00:05:46 GMT
|
|
36
|
+
recorded_with: VCR 2.4.0
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
http_interactions:
|
|
3
|
+
- request:
|
|
4
|
+
method: get
|
|
5
|
+
uri: http://api.brewerydb.com/v2/brewery/NOT_FOUND?key=API_KEY
|
|
6
|
+
body:
|
|
7
|
+
encoding: US-ASCII
|
|
8
|
+
string: ''
|
|
9
|
+
headers:
|
|
10
|
+
User-Agent:
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.0
|
|
12
|
+
response:
|
|
13
|
+
status:
|
|
14
|
+
code: 404
|
|
15
|
+
message:
|
|
16
|
+
headers:
|
|
17
|
+
date:
|
|
18
|
+
- Mon, 22 Jul 2013 00:05:46 GMT
|
|
19
|
+
server:
|
|
20
|
+
- Apache/2.2.24 (Amazon)
|
|
21
|
+
x-powered-by:
|
|
22
|
+
- PHP/5.3.26
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
25
|
+
content-length:
|
|
26
|
+
- '95'
|
|
27
|
+
connection:
|
|
28
|
+
- close
|
|
29
|
+
content-type:
|
|
30
|
+
- application/json
|
|
31
|
+
body:
|
|
32
|
+
encoding: UTF-8
|
|
33
|
+
string: '{"errorMessage":"The endpoint you requested could not be found","status":"failure"}'
|
|
34
|
+
http_version:
|
|
35
|
+
recorded_at: Mon, 22 Jul 2013 00:05:46 GMT
|
|
36
|
+
recorded_with: VCR 2.4.0
|
|
@@ -8,31 +8,29 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.0
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 404
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
17
|
date:
|
|
18
|
-
-
|
|
18
|
+
- Mon, 22 Jul 2013 00:05:46 GMT
|
|
19
19
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
20
|
+
- Apache/2.2.24 (Amazon)
|
|
21
21
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
23
|
-
|
|
24
|
-
-
|
|
25
|
-
x-ratelimit-remaining:
|
|
26
|
-
- Unlimited
|
|
22
|
+
- PHP/5.3.26
|
|
23
|
+
vary:
|
|
24
|
+
- Accept-Encoding
|
|
27
25
|
content-length:
|
|
28
|
-
- '
|
|
26
|
+
- '95'
|
|
29
27
|
connection:
|
|
30
28
|
- close
|
|
31
29
|
content-type:
|
|
32
30
|
- application/json
|
|
33
31
|
body:
|
|
34
|
-
encoding:
|
|
35
|
-
string:
|
|
32
|
+
encoding: UTF-8
|
|
33
|
+
string: '{"errorMessage":"The endpoint you requested could not be found","status":"failure"}'
|
|
36
34
|
http_version:
|
|
37
|
-
recorded_at:
|
|
38
|
-
recorded_with: VCR 2.
|
|
35
|
+
recorded_at: Mon, 22 Jul 2013 00:05:46 GMT
|
|
36
|
+
recorded_with: VCR 2.4.0
|
|
@@ -8,31 +8,33 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.0
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
17
|
date:
|
|
18
|
-
-
|
|
18
|
+
- Mon, 22 Jul 2013 00:05:45 GMT
|
|
19
19
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
20
|
+
- Apache/2.2.24 (Amazon)
|
|
21
21
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
22
|
+
- PHP/5.3.26
|
|
23
23
|
x-ratelimit-limit:
|
|
24
24
|
- Unlimited
|
|
25
25
|
x-ratelimit-remaining:
|
|
26
26
|
- Unlimited
|
|
27
|
+
vary:
|
|
28
|
+
- Accept-Encoding
|
|
27
29
|
content-length:
|
|
28
|
-
- '
|
|
30
|
+
- '889'
|
|
29
31
|
connection:
|
|
30
32
|
- close
|
|
31
33
|
content-type:
|
|
32
34
|
- application/json
|
|
33
35
|
body:
|
|
34
|
-
encoding:
|
|
35
|
-
string:
|
|
36
|
+
encoding: UTF-8
|
|
37
|
+
string: '{"currentPage":1,"numberOfPages":1,"totalResults":1,"data":[{"id":"X0l98q","name":"Rogue
|
|
36
38
|
Ales","description":"Rogue Ales was founded in 1988 by Jack Joyce, Rob Strasser
|
|
37
39
|
and Bob Woodell, three corporate types who wanted to go into the food\/beverage
|
|
38
40
|
industry. Rogue''s first brewpub was located in Ashland, Oregon and was a
|
|
@@ -47,8 +49,8 @@ http_interactions:
|
|
|
47
49
|
check in with the bartender and the tour will commence. Please call ahead
|
|
48
50
|
if you have a large group and or to verify the tour time...Brewer''s on the
|
|
49
51
|
Bay phone is 541-867-3664. The view from Brewers on the Bay includes the marina
|
|
50
|
-
(outside), and the bottling line and brew kettles (inside).","website":"http:\/\/www.rogue.com\/","established":"
|
|
51
|
-
02:42:07","updateDate":"2012-
|
|
52
|
+
(outside), and the bottling line and brew kettles (inside).","website":"http:\/\/www.rogue.com\/","established":"1987","isOrganic":"N","images":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/X0l98q\/upload_G7JsDk-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/X0l98q\/upload_G7JsDk-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/brewery\/X0l98q\/upload_G7JsDk-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
53
|
+
02:42:07","updateDate":"2012-10-19 14:08:55"}],"status":"success"}'
|
|
52
54
|
http_version:
|
|
53
|
-
recorded_at:
|
|
54
|
-
recorded_with: VCR 2.
|
|
55
|
+
recorded_at: Mon, 22 Jul 2013 00:05:45 GMT
|
|
56
|
+
recorded_with: VCR 2.4.0
|
|
@@ -8,38 +8,40 @@ http_interactions:
|
|
|
8
8
|
string: ''
|
|
9
9
|
headers:
|
|
10
10
|
User-Agent:
|
|
11
|
-
- BreweryDB Ruby Gem 0.0
|
|
11
|
+
- BreweryDB Ruby Gem 0.2.0
|
|
12
12
|
response:
|
|
13
13
|
status:
|
|
14
14
|
code: 200
|
|
15
15
|
message:
|
|
16
16
|
headers:
|
|
17
17
|
date:
|
|
18
|
-
-
|
|
18
|
+
- Mon, 22 Jul 2013 00:05:46 GMT
|
|
19
19
|
server:
|
|
20
|
-
- Apache/2.2.
|
|
20
|
+
- Apache/2.2.24 (Amazon)
|
|
21
21
|
x-powered-by:
|
|
22
|
-
- PHP/5.3.
|
|
22
|
+
- PHP/5.3.26
|
|
23
23
|
x-ratelimit-limit:
|
|
24
24
|
- Unlimited
|
|
25
25
|
x-ratelimit-remaining:
|
|
26
26
|
- Unlimited
|
|
27
|
+
vary:
|
|
28
|
+
- Accept-Encoding
|
|
29
|
+
content-length:
|
|
30
|
+
- '15833'
|
|
27
31
|
connection:
|
|
28
32
|
- close
|
|
29
|
-
transfer-encoding:
|
|
30
|
-
- chunked
|
|
31
33
|
content-type:
|
|
32
34
|
- application/json
|
|
33
35
|
body:
|
|
34
|
-
encoding:
|
|
35
|
-
string:
|
|
36
|
+
encoding: UTF-8
|
|
37
|
+
string: '{"currentPage":1,"numberOfPages":17,"totalResults":807,"data":[{"id":"M6vu9P","name":"10
|
|
36
38
|
Blocks South","description":"Tired of the standard American Pale Ale? Not
|
|
37
39
|
feeling the hop bite and higher ABV of an IPA? We have something in-between.
|
|
38
40
|
What you get is a hop-centric but easy drinking beer with tons of citrus and
|
|
39
41
|
floral hop character brought on by Centennial, Cascade, Columbus and Chinook
|
|
40
42
|
hops and backed with a solid malt bill.","abv":"5.5","ibu":"56","glasswareId":5,"srmId":9,"availableId":1,"styleId":25,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-09
|
|
41
43
|
21:35:12","updateDate":"2012-03-22 13:05:46","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
42
|
-
02:41:33"},"srm":{"id":9,"name":"9","hex":"E58500"},"available":{"id":
|
|
44
|
+
02:41:33"},"srm":{"id":9,"name":"9","hex":"E58500"},"available":{"id":1,"name":"Year
|
|
43
45
|
Round","description":"Available year round as a staple beer."},"style":{"id":25,"categoryId":3,"category":{"id":3,"name":"North
|
|
44
46
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
45
47
|
Pale Ale","description":"American pale ales range from deep golden to copper
|
|
@@ -53,14 +55,55 @@ http_interactions:
|
|
|
53
55
|
maltiness. Low caramel character is allowable. Fruity-ester flavor and aroma
|
|
54
56
|
should be moderate to strong. Diacetyl should be absent or present at very
|
|
55
57
|
low levels. Chill haze is allowable at cold temperatures.","ibuMin":"30","ibuMax":"42","abvMin":"4.5","abvMax":"5.6","srmMin":"6","srmMax":"14","ogMin":"1.044","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
56
|
-
20:06:45"}},{"id":"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
58
|
+
20:06:45"}},{"id":"295GZo","name":"19 Original Colonies","description":"19
|
|
59
|
+
Original Colonies Mead is brewed using 5 ingredients: Rogue Hopyard Honey,
|
|
60
|
+
Wild Flower Honey, Jasmine Silver Tip Green Tea Leaves, Champagne Yeast &
|
|
61
|
+
Free Range Coastal Water. No Chemicals, additives or preservatives were used.","abv":"5.5","styleId":148,"isOrganic":"Y","status":"verified","statusDisplay":"Verified","originalGravity":"1.008","createDate":"2012-12-08
|
|
62
|
+
17:12:10","updateDate":"2012-12-10 11:37:19","style":{"id":148,"categoryId":12,"category":{"id":12,"name":"Mead,
|
|
63
|
+
Cider, & Perry","createDate":"2012-03-21 20:06:46"},"name":"Open Category
|
|
64
|
+
Mead","description":"This mead should exhibit the character of all of the
|
|
65
|
+
ingredients in varying degrees, and should show a good blending or balance
|
|
66
|
+
between the various flavor elements. Whatever ingredients are included, the
|
|
67
|
+
result should be identifiable as a honey-based fermented beverage.","createDate":"2012-03-21
|
|
68
|
+
20:06:46"}},{"id":"fjHrwk","name":"20-Pounder","description":"This not-so-classic
|
|
69
|
+
American Pale Ale is named for the 20 pounds of hops (Columbus, Cascade, and
|
|
70
|
+
Falconer\u2019s Flight) added to the kettle. The malt bill consists simply
|
|
71
|
+
of Gambrinus Pale malt, Pale Crystal malt, and a little bit of rye malt for
|
|
72
|
+
a bit of spice. It is very easy on the primary mouth muscle, and should probably
|
|
73
|
+
be consumed con mucho gusto.","abv":"5.5","ibu":"42","availableId":3,"styleId":25,"isOrganic":"N","status":"verified","statusDisplay":"Verified","foodPairings":"Three
|
|
74
|
+
words: Reuben with fries.","originalGravity":"1.053","createDate":"2013-04-17
|
|
75
|
+
15:51:31","updateDate":"2013-04-17 16:02:40","available":{"id":3,"name":"Not
|
|
76
|
+
Available","description":"Beer is not available."},"style":{"id":25,"categoryId":3,"category":{"id":3,"name":"North
|
|
77
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
78
|
+
Pale Ale","description":"American pale ales range from deep golden to copper
|
|
79
|
+
in color. The style is characterized by fruity, floral and citrus-like American-variety
|
|
80
|
+
hop character producing medium to medium-high hop bitterness, flavor, and
|
|
81
|
+
aroma. Note that the \"traditional\" style of this beer has its origins with
|
|
82
|
+
certain floral, fruity, citrus-like, piney, resinous, or sulfur-like American
|
|
83
|
+
hop varietals. One or more of these hop characters is the perceived end, but
|
|
84
|
+
the perceived hop characters may be a result of the skillful use of hops of
|
|
85
|
+
other national origins. American pale ales have medium body and low to medium
|
|
86
|
+
maltiness. Low caramel character is allowable. Fruity-ester flavor and aroma
|
|
87
|
+
should be moderate to strong. Diacetyl should be absent or present at very
|
|
88
|
+
low levels. Chill haze is allowable at cold temperatures.","ibuMin":"30","ibuMax":"42","abvMin":"4.5","abvMax":"5.6","srmMin":"6","srmMax":"14","ogMin":"1.044","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
89
|
+
20:06:45"}},{"id":"Vk1ohg","name":"2011 Christmas Ale","description":"Each
|
|
90
|
+
year since 1975, Anchor Brewing creates a distinctive Christmas Ale, available
|
|
91
|
+
from early November to mid-January. A rich, dark spiced ale, our secret recipe
|
|
92
|
+
is different every year\u2014as is the tree on the label\u2014but the intent
|
|
93
|
+
remains the same: joy and celebration of the newness of life.\r\n\r\nSince
|
|
94
|
+
ancient times, trees have symbolized the winter solstice when the earth, with
|
|
95
|
+
its seasons, appears born anew. Our tree for 2011 is the bristlecone pine.
|
|
96
|
+
Found high atop California''s White Mountains, bristlecones are among the
|
|
97
|
+
oldest living things on the planet. Some date back nearly 5,000 years, to
|
|
98
|
+
the dawn of the ancient art of brewing.\r\n\r\nEach year our Christmas Ale
|
|
99
|
+
gets a unique label and a unique recipe. Although our recipes must remain
|
|
100
|
+
a secret, many save a few bottles from year to year. Properly refrigerated,
|
|
101
|
+
the beer remains intriguing and drinkable for years. Different nuances emerge
|
|
102
|
+
as the flavor mellows slightly, much like the memories of great holiday seasons
|
|
103
|
+
past. Celebrate the holidays with Anchor Christmas Ale, an Anchor tradition
|
|
104
|
+
since 1975.","abv":"5.5","glasswareId":5,"availableId":4,"styleId":125,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/Vk1ohg\/upload_OZt3zl-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/Vk1ohg\/upload_OZt3zl-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/Vk1ohg\/upload_OZt3zl-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
105
|
+
02:42:37","updateDate":"2012-09-11 23:22:08","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
106
|
+
02:41:33"},"available":{"id":4,"name":"Seasonal","description":"Available
|
|
64
107
|
at the same time of year, every year."},"style":{"id":125,"categoryId":11,"category":{"id":11,"name":"Hybrid\/mixed
|
|
65
108
|
Beer","createDate":"2012-03-21 20:06:46"},"name":"Specialty Beer","description":"These
|
|
66
109
|
beers are brewed using unusual fermentable sugars, grains and starches that
|
|
@@ -82,14 +125,24 @@ http_interactions:
|
|
|
82
125
|
style has a deep copper color, rich caramel and toasted flavors, and is chock
|
|
83
126
|
full of our favorite hops!","abv":"5.5","glasswareId":3,"availableId":4,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-04-21
|
|
84
127
|
22:40:14","updateDate":"2012-04-21 22:40:14","glass":{"id":3,"name":"Mug","createDate":"2012-01-03
|
|
85
|
-
02:41:33"},"available":{"id":
|
|
86
|
-
at the same time of year, every year."}},{"id":"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
128
|
+
02:41:33"},"available":{"id":4,"name":"Seasonal","description":"Available
|
|
129
|
+
at the same time of year, every year."}},{"id":"M50l8Z","name":"3 Picket Porter","abv":"5.5","glasswareId":5,"availableId":1,"styleId":18,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/M50l8Z\/upload_XO3oCf-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/M50l8Z\/upload_XO3oCf-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/M50l8Z\/upload_XO3oCf-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2013-02-27
|
|
130
|
+
12:06:19","updateDate":"2013-02-27 12:11:48","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
131
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
132
|
+
year round as a staple beer."},"style":{"id":18,"categoryId":1,"category":{"id":1,"name":"British
|
|
133
|
+
Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"Brown Porter","description":"Brown
|
|
134
|
+
porters are mid to dark brown (may have red tint) in color. No roast barley
|
|
135
|
+
or strong burnt\/black malt character should be perceived. Low to medium malt
|
|
136
|
+
sweetness, caramel and chocolate is acceptable along with medium hop bitterness.
|
|
137
|
+
This is a lightto medium-bodied beer. Fruity esters are acceptable. Hop flavor
|
|
138
|
+
and aroma may vary from being negligible to medium in character.","ibuMin":"20","ibuMax":"30","abvMin":"4.5","abvMax":"6","srmMin":"20","srmMax":"35","ogMin":"1.04","fgMin":"1.006","fgMax":"1.014","createDate":"2012-03-21
|
|
139
|
+
20:06:45"}},{"id":"Ux7vK3","name":"40K Honey Wheat Ale","description":"This
|
|
140
|
+
dry, crisp wheat ale is delicately spiced with coriander and orange peel and
|
|
141
|
+
has complex floral aroma. The addition of orange blossom honey contributes
|
|
142
|
+
to its light body and clean finish. It is easy drinking and pairs well with
|
|
143
|
+
spicy foods.","abv":"5.5","ibu":"18","glasswareId":5,"availableId":1,"styleId":112,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
91
144
|
02:42:37","updateDate":"2012-03-22 13:05:19","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
92
|
-
02:41:33"},"available":{"id":
|
|
145
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
93
146
|
year round as a staple beer."},"style":{"id":112,"categoryId":11,"category":{"id":11,"name":"Hybrid\/mixed
|
|
94
147
|
Beer","createDate":"2012-03-21 20:06:46"},"name":"Light American Wheat Ale
|
|
95
148
|
or Lager with Yeast","description":"This beer can be made using either ale
|
|
@@ -108,7 +161,7 @@ http_interactions:
|
|
|
108
161
|
very bitter West CoastIPA. It has very low malt character and lots of citrus
|
|
109
162
|
flavor. It creates an explosion of hops in your mouth!","abv":"5.5","ibu":"100","glasswareId":5,"availableId":1,"styleId":30,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
110
163
|
02:42:37","updateDate":"2012-03-22 13:05:38","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
111
|
-
02:41:33"},"available":{"id":
|
|
164
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
112
165
|
year round as a staple beer."},"style":{"id":30,"categoryId":3,"category":{"id":3,"name":"North
|
|
113
166
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
114
167
|
India Pale Ale","description":"American-style India pale ales are perceived
|
|
@@ -143,15 +196,37 @@ http_interactions:
|
|
|
143
196
|
barley. There should not be any caramel character. Color is light straw to
|
|
144
197
|
golden. Fruity esters and diacetyl should not be perceived. There should be
|
|
145
198
|
no chill haze.","ibuMin":"18","ibuMax":"25","abvMin":"4.5","abvMax":"5.5","srmMin":"4","srmMax":"6","ogMin":"1.044","fgMin":"1.008","fgMax":"1.012","createDate":"2012-03-21
|
|
146
|
-
20:06:46"}},{"id":"
|
|
199
|
+
20:06:46"}},{"id":"lTRmiH","name":"6 Shooter IPA","abv":"5.5","ibu":"47","glasswareId":5,"availableId":1,"styleId":30,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-10-10
|
|
200
|
+
12:25:50","updateDate":"2012-10-10 12:25:50","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
201
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
202
|
+
year round as a staple beer."},"style":{"id":30,"categoryId":3,"category":{"id":3,"name":"North
|
|
203
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
204
|
+
India Pale Ale","description":"American-style India pale ales are perceived
|
|
205
|
+
to have medium-high to intense hop bitterness, flavor and aroma with medium-high
|
|
206
|
+
alcohol content. The style is further characterized by floral, fruity, citrus-like,
|
|
207
|
+
piney, resinous, or sulfur-like American-variety hop character. Note that
|
|
208
|
+
one or more of these American-variety hop characters is the perceived end,
|
|
209
|
+
but the hop characters may be a result of the skillful use of hops of other
|
|
210
|
+
national origins. The use of water with high mineral content results in a
|
|
211
|
+
crisp, dry beer. This pale gold to deep copper-colored ale has a full, flowery
|
|
212
|
+
hop aroma and may have a strong hop flavor (in addition to the perception
|
|
213
|
+
of hop bitterness). India pale ales possess medium maltiness which contributes
|
|
214
|
+
to a medium body. Fruity-ester flavors and aromas are moderate to very strong.
|
|
215
|
+
Diacetyl can be absent or may be perceived at very low levels. Chill and\/or
|
|
216
|
+
hop haze is allowable at cold temperatures. (English and citrus-like American
|
|
217
|
+
hops are considered enough of a distinction justifying separate American-style
|
|
218
|
+
IPA and English-style IPA categories or subcategories. Hops of other origins
|
|
219
|
+
may be used for bitterness or approximating traditional American or English
|
|
220
|
+
character. See English-style India Pale Ale","ibuMin":"50","ibuMax":"70","abvMin":"6.3","abvMax":"7.5","srmMin":"6","srmMax":"14","ogMin":"1.06","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
221
|
+
20:06:45"}},{"id":"TZ07QQ","name":"80-Acre Hoppy Wheat Beer","description":"With
|
|
147
222
|
roots in two of today''s most popular brewing styles, 80-Acre Hoppy Wheat
|
|
148
223
|
Beer is the result of careful cultivation by our brewers and cellarmen. Their
|
|
149
224
|
efforts to craft a hybrid yielded a bumper crop of flavor; a delightfully
|
|
150
225
|
distinctive ale with the aroma of an IPA and the refreshing taste of a wheat
|
|
151
|
-
beer.","abv":"5.5","ibu":"20","srmId":8,"availableId":1,"styleId":113,"isOrganic":"N","labels":{"icon":"
|
|
226
|
+
beer.","abv":"5.5","ibu":"20","srmId":8,"availableId":1,"styleId":113,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/TZ07QQ\/upload_oZz7nI-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/TZ07QQ\/upload_oZz7nI-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/TZ07QQ\/upload_oZz7nI-large.png"},"status":"verified","statusDisplay":"Verified","foodPairings":"Bruschetta,
|
|
152
227
|
Garlic-rosemary pork chop, Grilled tilapia with mango salsa Light, Mixed green
|
|
153
228
|
salad with citrus-herb vinaigrette, tangy cheeses, Tequila-lime chicken","createDate":"2012-07-31
|
|
154
|
-
12:24:46","updateDate":"
|
|
229
|
+
12:24:46","updateDate":"2013-03-08 12:54:11","srm":{"id":8,"name":"8","hex":"EA8F00"},"available":{"id":1,"name":"Year
|
|
155
230
|
Round","description":"Available year round as a staple beer."},"style":{"id":113,"categoryId":11,"category":{"id":11,"name":"Hybrid\/mixed
|
|
156
231
|
Beer","createDate":"2012-03-21 20:06:46"},"name":"Light American Wheat Ale
|
|
157
232
|
or Lager without Yeast","description":"This beer can be made using either
|
|
@@ -163,7 +238,84 @@ http_interactions:
|
|
|
163
238
|
amber, and the body should be light to medium in character. Diacetyl should
|
|
164
239
|
not be perceived. Because this style is packaged and served without yeast,
|
|
165
240
|
no yeast characters should be evident in mouthfeel, flavor, or aroma.","ibuMin":"10","ibuMax":"35","abvMin":"3.8","abvMax":"5","srmMin":"2","srmMax":"10","ogMin":"1.036","fgMin":"1.004","fgMax":"1.016","createDate":"2012-03-21
|
|
166
|
-
20:06:46"}},{"id":"
|
|
241
|
+
20:06:46"}},{"id":"UWrxNv","name":"8th Noel","description":"Rich ruby coloured
|
|
242
|
+
ale, roasted malts and American hops combine to release rich berry fruit flavours.","abv":"5.5","glasswareId":6,"availableId":8,"styleId":14,"isOrganic":"N","beerVariationId":"AIoIJs","year":2010,"status":"verified","statusDisplay":"Verified","createDate":"2012-12-21
|
|
243
|
+
17:54:54","updateDate":"2012-12-21 18:11:10","glass":{"id":6,"name":"Snifter","createDate":"2012-01-03
|
|
244
|
+
02:41:33"},"available":{"id":8,"name":"Winter","description":"Available during
|
|
245
|
+
the winter months."},"style":{"id":14,"categoryId":1,"category":{"id":1,"name":"British
|
|
246
|
+
Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"Strong Ale","description":"Light
|
|
247
|
+
amber to mid-range brown in color, strong ales are medium to full bodied with
|
|
248
|
+
a malty sweetness and may have low levels of roast malt character. Hop aroma
|
|
249
|
+
should be minimal and flavor can vary from none to medium in character intensity.
|
|
250
|
+
Fruity-ester flavors and aromas can contribute to the character of this ale.
|
|
251
|
+
Bitterness should be minimal but evident and balanced with malt and\/or caramel-like
|
|
252
|
+
sweetness. Alcohol types can be varied and complex. A rich, often sweet and
|
|
253
|
+
complex estery character may be evident. Very low levels of diacetyl are acceptable.
|
|
254
|
+
Chill haze is acceptable at low temperatures. (This style may often be split
|
|
255
|
+
into two categories, strong and very strong.)","ibuMin":"30","ibuMax":"65","abvMin":"7","abvMax":"11","srmMin":"8","srmMax":"21","ogMin":"1.06","fgMin":"1.014","fgMax":"1.04","createDate":"2012-03-21
|
|
256
|
+
20:06:45"},"beerVariation":{"id":"AIoIJs","name":"1st Noel","description":"Rich
|
|
257
|
+
ruby coloured ale, roasted malts and American hops combine to release rich
|
|
258
|
+
berry fruit flavours.","abv":"4.8","glasswareId":6,"availableId":8,"styleId":14,"isOrganic":"N","year":2003,"status":"verified","statusDisplay":"Verified","createDate":"2012-12-21
|
|
259
|
+
17:48:25","updateDate":"2012-12-21 18:09:35","glass":{"id":6,"name":"Snifter","createDate":"2012-01-03
|
|
260
|
+
02:41:33"},"available":{"id":8,"name":"Winter","description":"Available during
|
|
261
|
+
the winter months."},"style":{"id":14,"categoryId":1,"category":{"id":1,"name":"British
|
|
262
|
+
Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"Strong Ale","description":"Light
|
|
263
|
+
amber to mid-range brown in color, strong ales are medium to full bodied with
|
|
264
|
+
a malty sweetness and may have low levels of roast malt character. Hop aroma
|
|
265
|
+
should be minimal and flavor can vary from none to medium in character intensity.
|
|
266
|
+
Fruity-ester flavors and aromas can contribute to the character of this ale.
|
|
267
|
+
Bitterness should be minimal but evident and balanced with malt and\/or caramel-like
|
|
268
|
+
sweetness. Alcohol types can be varied and complex. A rich, often sweet and
|
|
269
|
+
complex estery character may be evident. Very low levels of diacetyl are acceptable.
|
|
270
|
+
Chill haze is acceptable at low temperatures. (This style may often be split
|
|
271
|
+
into two categories, strong and very strong.)","ibuMin":"30","ibuMax":"65","abvMin":"7","abvMax":"11","srmMin":"8","srmMax":"21","ogMin":"1.06","fgMin":"1.014","fgMax":"1.04","createDate":"2012-03-21
|
|
272
|
+
20:06:45"}}},{"id":"x9vNrg","name":"A Tap With No Name - Stout","abv":"5.5","glasswareId":5,"availableId":2,"styleId":42,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-10-05
|
|
273
|
+
21:04:35","updateDate":"2012-10-22 15:46:47","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
274
|
+
02:41:33"},"available":{"id":2,"name":"Limited","description":"Limited availability."},"style":{"id":42,"categoryId":3,"category":{"id":3,"name":"North
|
|
275
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
276
|
+
Stout","description":"Initial low to medium malt sweetness with a degree of
|
|
277
|
+
caramel, chocolate and\/or roasted coffee flavor with a distinctive dryroasted
|
|
278
|
+
bitterness in the finish. Coffee-like roasted barley and roasted malt aromas
|
|
279
|
+
are prominent. Some slight roasted malt acidity is permissible and a medium-
|
|
280
|
+
to full-bodied mouthfeel is appropriate. Hop bitterness may be moderate to
|
|
281
|
+
high. Hop aroma and flavor is moderate to high, often with American citrus-type
|
|
282
|
+
and\/or resiny hop character. The perception of fruity esters is low. Roasted
|
|
283
|
+
malt\/barley astringency may be low but not excessive. Diacetyl (butterscotch)
|
|
284
|
+
should be negligible or not perceived. Head retention is excellent.","ibuMin":"35","ibuMax":"60","abvMin":"5.7","abvMax":"8.8","srmMin":"40","srmMax":"40","ogMin":"1.05","fgMin":"1.01","fgMax":"1.022","createDate":"2012-03-21
|
|
285
|
+
20:06:46"}},{"id":"OJbvXE","name":"Aass Pilsner","abv":"5.5","styleId":75,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-12-16
|
|
286
|
+
14:46:46","updateDate":"2012-12-16 14:46:47","style":{"id":75,"categoryId":7,"category":{"id":7,"name":"European-germanic
|
|
287
|
+
Lager","createDate":"2012-03-21 20:06:46"},"name":"German-Style Pilsener","description":"A
|
|
288
|
+
classic German Pilsener is very light straw or golden in color and well hopped.
|
|
289
|
+
Perception of hop bitterness is medium to high. Noble-type hop aroma and flavor
|
|
290
|
+
are moderate and quite obvious. It is a well-attenuated, medium-light bodied
|
|
291
|
+
beer, but a malty residual sweetness can be perceived in aroma and flavor.
|
|
292
|
+
Very low levels of sweet corn-like dimethylsulfide (DMS) character are below
|
|
293
|
+
most beer drinkers'' taste thresholds and are usually not detectable except
|
|
294
|
+
to the trained or sensitive palate. Other fermentation or hop related sulfur
|
|
295
|
+
compounds, when perceived at low levels, may be characteristic of this style.
|
|
296
|
+
Fruity esters and diacetyl should not be perceived. There should be no chill
|
|
297
|
+
haze. Its head should be dense and rich.","ibuMin":"25","ibuMax":"40","abvMin":"4","abvMax":"5","srmMin":"3","srmMax":"4","ogMin":"1.044","fgMin":"1.006","fgMax":"1.012","createDate":"2012-03-21
|
|
298
|
+
20:06:46"}},{"id":"AUjoPA","name":"Abbey Ale","abv":"5.5","styleId":30,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-12-19
|
|
299
|
+
21:52:38","updateDate":"2012-12-19 21:52:38","style":{"id":30,"categoryId":3,"category":{"id":3,"name":"North
|
|
300
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
301
|
+
India Pale Ale","description":"American-style India pale ales are perceived
|
|
302
|
+
to have medium-high to intense hop bitterness, flavor and aroma with medium-high
|
|
303
|
+
alcohol content. The style is further characterized by floral, fruity, citrus-like,
|
|
304
|
+
piney, resinous, or sulfur-like American-variety hop character. Note that
|
|
305
|
+
one or more of these American-variety hop characters is the perceived end,
|
|
306
|
+
but the hop characters may be a result of the skillful use of hops of other
|
|
307
|
+
national origins. The use of water with high mineral content results in a
|
|
308
|
+
crisp, dry beer. This pale gold to deep copper-colored ale has a full, flowery
|
|
309
|
+
hop aroma and may have a strong hop flavor (in addition to the perception
|
|
310
|
+
of hop bitterness). India pale ales possess medium maltiness which contributes
|
|
311
|
+
to a medium body. Fruity-ester flavors and aromas are moderate to very strong.
|
|
312
|
+
Diacetyl can be absent or may be perceived at very low levels. Chill and\/or
|
|
313
|
+
hop haze is allowable at cold temperatures. (English and citrus-like American
|
|
314
|
+
hops are considered enough of a distinction justifying separate American-style
|
|
315
|
+
IPA and English-style IPA categories or subcategories. Hops of other origins
|
|
316
|
+
may be used for bitterness or approximating traditional American or English
|
|
317
|
+
character. See English-style India Pale Ale","ibuMin":"50","ibuMax":"70","abvMin":"6.3","abvMax":"7.5","srmMin":"6","srmMax":"14","ogMin":"1.06","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
318
|
+
20:06:45"}},{"id":"Pur4Yc","name":"Aberrant Amber","description":"American
|
|
167
319
|
Style Amber with an twist. We started with a classic American Amber, 22%
|
|
168
320
|
Caramalt giving it an Amber hue. Then added a large addition of Amarillo
|
|
169
321
|
and Centennial hops for the bittering and dry hoped with Amarillo, giving
|
|
@@ -179,7 +331,34 @@ http_interactions:
|
|
|
179
331
|
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
180
332
|
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
181
333
|
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
182
|
-
20:06:45"}},{"id":"
|
|
334
|
+
20:06:45"}},{"id":"MCAz3z","name":"Adler Weihnachtsbier","description":"For
|
|
335
|
+
decades, it is our custom to give the lovers a special beer for Christmas.
|
|
336
|
+
A mixture of different malts ensures the amber-like color and rich flavor.
|
|
337
|
+
Especially during the cold season is this full-bodied, highly drinkable beer
|
|
338
|
+
even bigger crowd.","abv":"5.5","styleId":82,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-08-12
|
|
339
|
+
12:00:33","updateDate":"2012-08-15 14:01:07","style":{"id":82,"categoryId":7,"category":{"id":7,"name":"European-germanic
|
|
340
|
+
Lager","createDate":"2012-03-21 20:06:46"},"name":"German-Style Oktoberfest
|
|
341
|
+
\/ Wiesen (Meadow)","description":"Today''s Oktoberfest beers are characterized
|
|
342
|
+
by a medium body and light, golden color. Sweet maltiness is mild with an
|
|
343
|
+
equalizing balance of clean, hop bitterness. Hop aroma and flavor should be
|
|
344
|
+
low but notable. Ale-like fruity esters should not be perceived. Diacetyl
|
|
345
|
+
and chill haze should not be perceived. Similar or equal to Dortmunder\/European-Style
|
|
346
|
+
Export","ibuMin":"23","ibuMax":"29","abvMin":"5","abvMax":"6","srmMin":"3","srmMax":"5","ogMin":"1.048","fgMin":"1.01","fgMax":"1.014","createDate":"2012-03-21
|
|
347
|
+
20:06:46"}},{"id":"kSSyhT","name":"Agate Pass Amber","description":"Is a nice
|
|
348
|
+
hoppy amber ale with a dark honey color. The aroma includes nuts and honey,
|
|
349
|
+
with a pear sweetness. Then you get some toast and honey, followed by steadily
|
|
350
|
+
increasing hop flavors.","abv":"5.5","availableId":1,"styleId":96,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2013-02-21
|
|
351
|
+
19:28:08","updateDate":"2013-02-22 00:58:00","available":{"id":1,"name":"Year
|
|
352
|
+
Round","description":"Available year round as a staple beer."},"style":{"id":96,"categoryId":8,"category":{"id":8,"name":"North
|
|
353
|
+
American Lager","createDate":"2012-03-21 20:06:46"},"name":"American-Style
|
|
354
|
+
Amber (Low Calorie) Lager","description":"These beers are pale golden to amber
|
|
355
|
+
in color, light to medium-light in body, and high in carbonation. Calorie
|
|
356
|
+
level should not exceed 125 per 12 ounce serving. Corn, rice, or other grain
|
|
357
|
+
or sugar adjuncts may be used but all malt formulations are also made. Malt
|
|
358
|
+
and hop flavors are mild yet evident. Hop bitterness is evident and hop aroma
|
|
359
|
+
may be negligible to evident. Light fruity esters are acceptable. Chill haze
|
|
360
|
+
and diacetyl should be absent.","ibuMin":"8","ibuMax":"15","abvMin":"3.5","abvMax":"4.4","srmMin":"4","srmMax":"12","ogMin":"1.024","fgMin":"1.002","fgMax":"1.008","createDate":"2012-03-21
|
|
361
|
+
20:06:46"}},{"id":"pPUkYK","name":"Airdale Homecoming","description":"Airdale
|
|
183
362
|
Homecoming, is a classic brown porter spiced with cinnamon, nutmeg, and vanilla.
|
|
184
363
|
It starts with hints of espresso on the nose and a light malt sweetness with
|
|
185
364
|
faint traces of chocolate and vanilla. Caramel notes come through as well.
|
|
@@ -188,7 +367,7 @@ http_interactions:
|
|
|
188
367
|
smooth with a subtle hoppy bitterness. A wonderful warming effect makes this
|
|
189
368
|
beer a perfect holiday treat! Available from October thru December.","abv":"5.5","ibu":"25","glasswareId":5,"srmId":35,"availableId":4,"styleId":124,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
190
369
|
02:42:39","updateDate":"2012-03-22 13:05:38","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
191
|
-
02:41:33"},"srm":{"id":35,"name":"35","hex":"470606"},"available":{"id":
|
|
370
|
+
02:41:33"},"srm":{"id":35,"name":"35","hex":"470606"},"available":{"id":4,"name":"Seasonal","description":"Available
|
|
192
371
|
at the same time of year, every year."},"style":{"id":124,"categoryId":11,"category":{"id":11,"name":"Hybrid\/mixed
|
|
193
372
|
Beer","createDate":"2012-03-21 20:06:46"},"name":"Herb and Spice Beer","description":"Herb
|
|
194
373
|
beers use herbs or spices (derived from roots, seeds, fruits, vegetable, flowers,
|
|
@@ -204,6 +383,22 @@ http_interactions:
|
|
|
204
383
|
a classic style with an herb or spice, the brewer should specify the classic
|
|
205
384
|
style. If no Chocolate or Coffee category exists in a competition, then chocolate
|
|
206
385
|
and coffee beers should be entered in this category.","ibuMin":"5","ibuMax":"70","abvMin":"2.5","abvMax":"12","srmMin":"5","srmMax":"50","ogMin":"1.03","fgMin":"1.006","fgMax":"1.03","createDate":"2012-03-21
|
|
386
|
+
20:06:46"}},{"id":"gS8VSG","name":"Akari Shogun","description":"A ridable
|
|
387
|
+
American Wheat Ale boasting wheatey\r\nnuts & juicy Motueka hop bolts. The
|
|
388
|
+
deliverer of this truth: Akari Shogun, He who harnesses light will usher this
|
|
389
|
+
summer force into your life.","abv":"5.5","styleId":35,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/gS8VSG\/upload_2MEZvS-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/gS8VSG\/upload_2MEZvS-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/gS8VSG\/upload_2MEZvS-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2013-01-20
|
|
390
|
+
22:47:53","updateDate":"2013-01-20 22:48:17","style":{"id":35,"categoryId":3,"category":{"id":3,"name":"North
|
|
391
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
392
|
+
Wheat Wine Ale","description":"American style wheat wines range from gold
|
|
393
|
+
to deep amber and are brewed with 50% or more wheat malt. They have full body
|
|
394
|
+
and high residual malty sweetness. Perception of bitterness is moderate to
|
|
395
|
+
medium -high. Fruity-ester characters are often high and counterbalanced by
|
|
396
|
+
complexity of alcohols and high alcohol content. Hop aroma and flavor are
|
|
397
|
+
at low to medium levels. Very low levels of diacetyl may be acceptable. Bready,
|
|
398
|
+
wheat, honey-like and\/or caramel aroma and flavor are often part of the character.
|
|
399
|
+
Phenolic yeast character, sulfur, and\/or sweet corn-like dimethylsulfide
|
|
400
|
+
(DMS) should not be present. Oxidized, stale and aged characters are not typical
|
|
401
|
+
of this style. Chill haze is allowable.","ibuMin":"45","ibuMax":"85","abvMin":"8.4","abvMax":"12","srmMin":"8","srmMax":"15","ogMin":"1.088","fgMin":"1.024","fgMax":"1.032","createDate":"2012-03-21
|
|
207
402
|
20:06:46"}},{"id":"9iKzSr","name":"Alembic Pale","abv":"5.5","styleId":25,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
208
403
|
02:42:39","updateDate":"2012-03-22 13:04:35","style":{"id":25,"categoryId":3,"category":{"id":3,"name":"North
|
|
209
404
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
@@ -218,10 +413,29 @@ http_interactions:
|
|
|
218
413
|
maltiness. Low caramel character is allowable. Fruity-ester flavor and aroma
|
|
219
414
|
should be moderate to strong. Diacetyl should be absent or present at very
|
|
220
415
|
low levels. Chill haze is allowable at cold temperatures.","ibuMin":"30","ibuMax":"42","abvMin":"4.5","abvMax":"5.6","srmMin":"6","srmMax":"14","ogMin":"1.044","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
416
|
+
20:06:45"}},{"id":"FnhTPl","name":"Allegheny Pale Ale","description":"Our
|
|
417
|
+
first American-style ale. An international pale ale using Europils and Caramel
|
|
418
|
+
malts, blanced with three distinct hop varieties to create a unique amber
|
|
419
|
+
ale.","abv":"5.5","ibu":"45","glasswareId":5,"availableId":1,"styleId":25,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/FnhTPl\/upload_n6c4BD-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/FnhTPl\/upload_n6c4BD-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/FnhTPl\/upload_n6c4BD-large.png"},"status":"verified","statusDisplay":"Verified","originalGravity":"12.5","createDate":"2012-10-29
|
|
420
|
+
13:45:57","updateDate":"2012-10-29 14:21:47","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
421
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
422
|
+
year round as a staple beer."},"style":{"id":25,"categoryId":3,"category":{"id":3,"name":"North
|
|
423
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
424
|
+
Pale Ale","description":"American pale ales range from deep golden to copper
|
|
425
|
+
in color. The style is characterized by fruity, floral and citrus-like American-variety
|
|
426
|
+
hop character producing medium to medium-high hop bitterness, flavor, and
|
|
427
|
+
aroma. Note that the \"traditional\" style of this beer has its origins with
|
|
428
|
+
certain floral, fruity, citrus-like, piney, resinous, or sulfur-like American
|
|
429
|
+
hop varietals. One or more of these hop characters is the perceived end, but
|
|
430
|
+
the perceived hop characters may be a result of the skillful use of hops of
|
|
431
|
+
other national origins. American pale ales have medium body and low to medium
|
|
432
|
+
maltiness. Low caramel character is allowable. Fruity-ester flavor and aroma
|
|
433
|
+
should be moderate to strong. Diacetyl should be absent or present at very
|
|
434
|
+
low levels. Chill haze is allowable at cold temperatures.","ibuMin":"30","ibuMax":"42","abvMin":"4.5","abvMax":"5.6","srmMin":"6","srmMax":"14","ogMin":"1.044","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
221
435
|
20:06:45"}},{"id":"mIyrOV","name":"Alleycat Amber","description":"A full-flavored
|
|
222
436
|
amber ale made with roasted caremel malt. Richly colored and medium-bodied,
|
|
223
437
|
Alleycat is an assertive blend of malts with a sprightly cascade of hops.","abv":"5.5","availableId":1,"styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-05-22
|
|
224
|
-
16:35:04","updateDate":"2012-
|
|
438
|
+
16:35:04","updateDate":"2012-08-25 02:02:29","available":{"id":1,"name":"Year
|
|
225
439
|
Round","description":"Available year round as a staple beer."},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
226
440
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
227
441
|
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
@@ -232,40 +446,61 @@ http_interactions:
|
|
|
232
446
|
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
233
447
|
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
234
448
|
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
235
|
-
20:06:45"}},{"id":"
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
449
|
+
20:06:45"}},{"id":"8Tjlsy","name":"Alpine Weiss","description":"The quintessential
|
|
450
|
+
summer thirst-quencher, light but flavorful, often called \"breakfast beer\"
|
|
451
|
+
by southern Germans. Made with crystal wheat malt. The dominant flavors are
|
|
452
|
+
banana and clove, products of the unique yeast imported from Bavaria","abv":"5.5","glasswareId":5,"availableId":4,"styleId":48,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-12-23
|
|
453
|
+
16:10:53","updateDate":"2012-12-24 14:36:28","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
454
|
+
02:41:33"},"available":{"id":4,"name":"Seasonal","description":"Available
|
|
455
|
+
at the same time of year, every year."},"style":{"id":48,"categoryId":4,"category":{"id":4,"name":"German
|
|
456
|
+
Origin Ales","createDate":"2012-03-21 20:06:46"},"name":"South German-Style
|
|
457
|
+
Hefeweizen \/ Hefeweissbier","description":"The aroma and flavor of a Weissbier
|
|
458
|
+
with yeast is decidedly fruity and phenolic. The phenolic characteristics
|
|
459
|
+
are often described as clove-, nutmeg-like, mildly smoke-like or even vanilla-like.
|
|
460
|
+
Banana-like esters should be present at low to medium-high levels. These beers
|
|
461
|
+
are made with at least 50 percent malted wheat, and hop rates are quite low.
|
|
462
|
+
Hop flavor and aroma are absent or present at very low levels. Weissbier is
|
|
463
|
+
well attenuated and very highly carbonated and a medium to full bodied beer.
|
|
464
|
+
The color is very pale to pale amber. Because yeast is present, the beer will
|
|
465
|
+
have yeast flavor and a characteristically fuller mouthfeel and may be appropriately
|
|
466
|
+
very cloudy. No diacetyl should be perceived.","ibuMin":"10","ibuMax":"15","abvMin":"4.9","abvMax":"5.5","srmMin":"3","srmMax":"9","ogMin":"1.047","fgMin":"1.008","fgMax":"1.016","createDate":"2012-03-21
|
|
467
|
+
20:06:46"}},{"id":"rZn7rD","name":"Alt Waldecker Dunkel","abv":"5.5","styleId":54,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-08-12
|
|
468
|
+
12:09:22","updateDate":"2012-08-15 14:25:14","style":{"id":54,"categoryId":4,"category":{"id":4,"name":"German
|
|
469
|
+
Origin Ales","createDate":"2012-03-21 20:06:46"},"name":"Bamberg-Style Weiss
|
|
470
|
+
(Smoke) Rauchbier (Dunkel or Helles)","description":"Bamberg-style Weiss Rauchbier
|
|
471
|
+
should have smoky characters that range from detectable to prevalent in the
|
|
472
|
+
aroma and flavor. Smoke character is not harshly phenolic, but rather very
|
|
473
|
+
smooth, almost rendering a perception of mild sweetness to this style of beer.
|
|
474
|
+
The aroma and flavor of a Weissbier with yeast is decidedly fruity and phenolic.
|
|
475
|
+
The phenolic characteristics are often described as clove- or nutmeg-like
|
|
476
|
+
and can be smoky or even vanilla-like. Banana-like esters are often present.
|
|
477
|
+
These beers are made with at least 50 percent malted wheat, and hop rates
|
|
478
|
+
are quite low. Hop flavor and aroma are absent. Weissbier is well attenuated
|
|
479
|
+
and very highly carbonated and a medium- to full-bodied beer. The color is
|
|
480
|
+
very pale to very dark amber. Darker (dunkel) styles should have a detectable
|
|
481
|
+
degree of roast malt in the balance without being robust in overall character.
|
|
482
|
+
Because yeast is present, the beer will have yeast flavor and a characteristically
|
|
483
|
+
fuller mouthfeel and may be appropriately very cloudy. No diacetyl should
|
|
484
|
+
be perceived.","ibuMin":"10","ibuMax":"15","abvMin":"4.9","abvMax":"5.5","srmMin":"4","srmMax":"18","ogMin":"1.047","fgMin":"1.008","fgMax":"1.016","createDate":"2012-03-21
|
|
261
485
|
20:06:46"}},{"id":"rmvkfa","name":"Altbairisch Dunkel","abv":"5.5","isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
262
|
-
02:42:40","updateDate":"2012-03-22 13:04:41"},{"id":"
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
486
|
+
02:42:40","updateDate":"2012-03-22 13:04:41"},{"id":"QdSAqT","name":"Altbier","abv":"5.5","availableId":4,"styleId":55,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2013-05-07
|
|
487
|
+
21:03:07","updateDate":"2013-05-08 13:26:13","available":{"id":4,"name":"Seasonal","description":"Available
|
|
488
|
+
at the same time of year, every year."},"style":{"id":55,"categoryId":4,"category":{"id":4,"name":"German
|
|
489
|
+
Origin Ales","createDate":"2012-03-21 20:06:46"},"name":"German-Style Brown
|
|
490
|
+
Ale \/ D\u00fcsseldorf-Style Altbier","description":"Copper to brown in color,
|
|
491
|
+
this German ale may be highly hopped and intensely bitter (although the 25
|
|
492
|
+
to 35 IBU range is more normal for the majority of Altbiers from D\u00fcsseldorf)
|
|
493
|
+
and has a medium body and malty flavor. A variety of malts, including wheat,
|
|
494
|
+
may be used. Hop character may be low to medium in the flavor and aroma. The
|
|
495
|
+
overall impression is clean, crisp, and flavorful often with a dry finish.
|
|
496
|
+
Fruity esters can be low. No diacetyl or chill haze should be perceived.","ibuMin":"25","ibuMax":"52","abvMin":"4.3","abvMax":"5.5","srmMin":"11","srmMax":"19","ogMin":"1.044","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
497
|
+
20:06:46"}},{"id":"EbWTI2","name":"ALTered Spring","description":"Using a
|
|
498
|
+
German Ale yeast strain, Tyler West and Brett Thomas bring you this fun malty
|
|
499
|
+
ALT style beer just in time for spring. ALTered Spring is a deep rich mahogany
|
|
500
|
+
ale fermented at lager (cold) temps. It has a smooth hop bite and slightly
|
|
501
|
+
sweet malt offering.","abv":"5.5","ibu":"50","glasswareId":5,"availableId":4,"styleId":55,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
267
502
|
02:42:40","updateDate":"2012-03-22 13:05:37","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
268
|
-
02:41:33"},"available":{"id":
|
|
503
|
+
02:41:33"},"available":{"id":4,"name":"Seasonal","description":"Available
|
|
269
504
|
at the same time of year, every year."},"style":{"id":55,"categoryId":4,"category":{"id":4,"name":"German
|
|
270
505
|
Origin Ales","createDate":"2012-03-21 20:06:46"},"name":"German-Style Brown
|
|
271
506
|
Ale \/ D\u00fcsseldorf-Style Altbier","description":"Copper to brown in color,
|
|
@@ -279,7 +514,47 @@ http_interactions:
|
|
|
279
514
|
bodied ale, Altitude Amber is light amber in color with a medium caramel tone.
|
|
280
515
|
Hops contribute a mild pine and citrus flavor.","abv":"5.5","glasswareId":5,"availableId":1,"styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
281
516
|
02:42:40","updateDate":"2012-03-22 13:05:17","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
282
|
-
02:41:33"},"available":{"id":
|
|
517
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
518
|
+
year round as a staple beer."},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
519
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
520
|
+
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
521
|
+
to light brown in color. They are characterized by American-variety hops used
|
|
522
|
+
to produce the perception of medium hop bitterness, flavor, and medium aroma.
|
|
523
|
+
Amber ales have medium-high to high maltiness with medium to low caramel character.
|
|
524
|
+
They should have medium to medium-high body. The style may have low levels
|
|
525
|
+
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
526
|
+
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
527
|
+
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
528
|
+
20:06:45"}},{"id":"zcLvfr","name":"Amarillo Pale Ale","description":"Balanced
|
|
529
|
+
and Resinous. Midwestern malted barley provides a pedestal for you to experience
|
|
530
|
+
the flavor and aroma of the citrusy Northwestern hops which are the showcase
|
|
531
|
+
of Hangar 24\u2019s version of a true classic. An American Pale Ale.\r\n\r\nWhat
|
|
532
|
+
makes Hangar 24 Pale Ale special is its smoothness. Carefully selected hops
|
|
533
|
+
added at just the right times during the brewing process, including post fermentation,
|
|
534
|
+
give a deep hop flavor without the coarse bitterness that some associate with
|
|
535
|
+
pale ale.","abv":"5.5","ibu":"35","glasswareId":5,"availableId":1,"styleId":25,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/zcLvfr\/upload_0c6BwL-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/zcLvfr\/upload_0c6BwL-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/zcLvfr\/upload_0c6BwL-large.png"},"status":"verified","statusDisplay":"Verified","servingTemperature":"cold","servingTemperatureDisplay":"Cold
|
|
536
|
+
- (4-7C\/39-45F)","createDate":"2013-05-09 02:24:28","updateDate":"2013-05-09
|
|
537
|
+
17:08:18","glass":{"id":5,"name":"Pint","createDate":"2012-01-03 02:41:33"},"available":{"id":1,"name":"Year
|
|
538
|
+
Round","description":"Available year round as a staple beer."},"style":{"id":25,"categoryId":3,"category":{"id":3,"name":"North
|
|
539
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
540
|
+
Pale Ale","description":"American pale ales range from deep golden to copper
|
|
541
|
+
in color. The style is characterized by fruity, floral and citrus-like American-variety
|
|
542
|
+
hop character producing medium to medium-high hop bitterness, flavor, and
|
|
543
|
+
aroma. Note that the \"traditional\" style of this beer has its origins with
|
|
544
|
+
certain floral, fruity, citrus-like, piney, resinous, or sulfur-like American
|
|
545
|
+
hop varietals. One or more of these hop characters is the perceived end, but
|
|
546
|
+
the perceived hop characters may be a result of the skillful use of hops of
|
|
547
|
+
other national origins. American pale ales have medium body and low to medium
|
|
548
|
+
maltiness. Low caramel character is allowable. Fruity-ester flavor and aroma
|
|
549
|
+
should be moderate to strong. Diacetyl should be absent or present at very
|
|
550
|
+
low levels. Chill haze is allowable at cold temperatures.","ibuMin":"30","ibuMax":"42","abvMin":"4.5","abvMax":"5.6","srmMin":"6","srmMax":"14","ogMin":"1.044","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
551
|
+
20:06:45"}},{"id":"3Hi5Gk","name":"Amber","description":"The perfect balance
|
|
552
|
+
of bitter and aromatic. It\u2019s our NW take on an Amber Ale: A bit cloudy
|
|
553
|
+
with a big, bright hop presence. Pour it in a glass or drink it from the can.
|
|
554
|
+
Pairs well with: food, concerts, parties, television, boating, yard work,
|
|
555
|
+
avoiding yard work, badminton, etc.","abv":"5.5","ibu":"46","glasswareId":5,"availableId":1,"styleId":32,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/3Hi5Gk\/upload_qIw36F-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/3Hi5Gk\/upload_qIw36F-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/3Hi5Gk\/upload_qIw36F-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
556
|
+
02:42:40","updateDate":"2013-02-14 21:15:48","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
557
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
283
558
|
year round as a staple beer."},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
284
559
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
285
560
|
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
@@ -290,15 +565,60 @@ http_interactions:
|
|
|
290
565
|
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
291
566
|
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
292
567
|
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
568
|
+
20:06:45"}},{"id":"fkTgzD","name":"Amber Ale","description":"Our smooth Amber
|
|
569
|
+
Ale is most definitely in a class by herself, as we\u2019re sure you\u2019ll
|
|
570
|
+
agree when both your eye and palate are captured by the beauty of this addition
|
|
571
|
+
to the Brew Werks family of beers. With its first public appearance scheduled
|
|
572
|
+
soon at the Old Mill Brew W\u00ebrks Pub, we\u2019re certain that heads will
|
|
573
|
+
turn, remarks will be made\u2026\u2026Audacious","abv":"5.5","ibu":"29","glasswareId":5,"availableId":1,"styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2013-05-21
|
|
574
|
+
12:03:38","updateDate":"2013-05-21 12:03:38","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
575
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
576
|
+
year round as a staple beer."},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
577
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
578
|
+
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
579
|
+
to light brown in color. They are characterized by American-variety hops used
|
|
580
|
+
to produce the perception of medium hop bitterness, flavor, and medium aroma.
|
|
581
|
+
Amber ales have medium-high to high maltiness with medium to low caramel character.
|
|
582
|
+
They should have medium to medium-high body. The style may have low levels
|
|
583
|
+
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
584
|
+
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
585
|
+
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
586
|
+
20:06:45"}},{"id":"V9zjE9","name":"Amber Ale","description":"This rich AmericanAmber
|
|
587
|
+
Ale, is brewedwith a combination ofHop varieties from The Northwest and carries
|
|
588
|
+
a carmel likeSweetness.","abv":"5.5","availableId":1,"styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-08-24
|
|
589
|
+
11:35:35","updateDate":"2012-08-24 11:35:35","available":{"id":1,"name":"Year
|
|
590
|
+
Round","description":"Available year round as a staple beer."},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
591
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
592
|
+
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
593
|
+
to light brown in color. They are characterized by American-variety hops used
|
|
594
|
+
to produce the perception of medium hop bitterness, flavor, and medium aroma.
|
|
595
|
+
Amber ales have medium-high to high maltiness with medium to low caramel character.
|
|
596
|
+
They should have medium to medium-high body. The style may have low levels
|
|
597
|
+
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
598
|
+
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
599
|
+
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
600
|
+
20:06:45"}},{"id":"4Q453P","name":"Amber Ale","description":"Medium-bodied
|
|
601
|
+
with a complex malt flavor, this Amber Ale exhibits a subdued malt character
|
|
602
|
+
elevated by a subtle citrus aroma.","abv":"5.5","styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2013-04-08
|
|
603
|
+
14:30:32","updateDate":"2013-04-09 01:18:38","style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
604
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
605
|
+
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
606
|
+
to light brown in color. They are characterized by American-variety hops used
|
|
607
|
+
to produce the perception of medium hop bitterness, flavor, and medium aroma.
|
|
608
|
+
Amber ales have medium-high to high maltiness with medium to low caramel character.
|
|
609
|
+
They should have medium to medium-high body. The style may have low levels
|
|
610
|
+
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
611
|
+
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
612
|
+
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
293
613
|
20:06:45"}},{"id":"uwlZj9","name":"Amber Ale","description":"There is no better
|
|
294
614
|
way to celebrate the repeal of prohibition than with a cold glass of Tap Room
|
|
295
615
|
No. 21 Amber Ale. No longer bound by law to secretly sip away in speakeasies,
|
|
296
616
|
Moe\u2019s Backroom Amber Ale can now be enjoyed in any setting, so raise
|
|
297
617
|
a glass to celebrate our freedoms.\r\n\r\nDeep, golden Amber Ale with smooth,
|
|
298
618
|
full bodied flavor. The palate captures just a hint of honey. Flavors of
|
|
299
|
-
hop and malt are equally balanced.","abv":"5.5","ibu":"18","glasswareId":5,"availableId":1,"styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-03-20
|
|
300
|
-
00:48:38","updateDate":"2012-04
|
|
301
|
-
02:41:33"},"available":{"id":
|
|
619
|
+
hop and malt are equally balanced.","abv":"5.5","ibu":"18","glasswareId":5,"availableId":1,"styleId":32,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/uwlZj9\/upload_qPiPuj-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/uwlZj9\/upload_qPiPuj-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/uwlZj9\/upload_qPiPuj-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-03-20
|
|
620
|
+
00:48:38","updateDate":"2012-12-04 12:44:30","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
621
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
302
622
|
year round as a staple beer."},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
303
623
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
304
624
|
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
@@ -313,7 +633,7 @@ http_interactions:
|
|
|
313
633
|
This beer is slightly malty on the palate with a very balancing hop bitterness.
|
|
314
634
|
A drinkable beer, one of the Empire''s top-selling brews.","abv":"5.5","glasswareId":5,"availableId":1,"styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
315
635
|
02:42:41","updateDate":"2012-03-22 13:05:31","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
316
|
-
02:41:33"},"available":{"id":
|
|
636
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
317
637
|
year round as a staple beer."},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
318
638
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
319
639
|
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
@@ -324,13 +644,33 @@ http_interactions:
|
|
|
324
644
|
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
325
645
|
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
326
646
|
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
647
|
+
20:06:45"}},{"id":"IVAVMX","name":"Amber Ale","description":"There is a broad
|
|
648
|
+
spectrum of Amber Ales in this country. Some in this style have a very malt
|
|
649
|
+
forward presence with restrained hop bitterness, while brewers on the west
|
|
650
|
+
coast have popularized bigger hoppier versions of the style.\r\n\r\nWe prefer
|
|
651
|
+
to take things a little easier in the high country, so we brew our Amber Ale
|
|
652
|
+
to be an easy drinking, well balanced beer that starts with a soft hop nose
|
|
653
|
+
and finishes with a nice malty sweetness. \r\n\r\nWith the highways being
|
|
654
|
+
as curvy as they are in the mountains, sometimes it''s better to be in the
|
|
655
|
+
middle of the road.","abv":"5.5","ibu":"33","glasswareId":5,"srmId":11,"styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-08-12
|
|
656
|
+
11:32:52","updateDate":"2012-08-12 11:37:28","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
657
|
+
02:41:33"},"srm":{"id":11,"name":"11","hex":"D77200"},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
658
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
659
|
+
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
660
|
+
to light brown in color. They are characterized by American-variety hops used
|
|
661
|
+
to produce the perception of medium hop bitterness, flavor, and medium aroma.
|
|
662
|
+
Amber ales have medium-high to high maltiness with medium to low caramel character.
|
|
663
|
+
They should have medium to medium-high body. The style may have low levels
|
|
664
|
+
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
665
|
+
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
666
|
+
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
327
667
|
20:06:45"}},{"id":"0oJxx9","name":"Amber Lager","description":"Hardtail Lager
|
|
328
668
|
is an Amber American Lager with a moderate caramel sweetness coming from the
|
|
329
669
|
generous use of munich and caramel malts, and balanced with moderate use of
|
|
330
670
|
European noble hops for flavor and bitterness. Hardtail is fermented cold
|
|
331
671
|
and lagered for 30 day thus providing the active hardtail consumer a crisp
|
|
332
672
|
full body drinkable beer, not too heavy, not too light, just right. I\u2019ll
|
|
333
|
-
have another.","abv":"5.5","glasswareId":5,"styleId":93,"isOrganic":"N","labels":{"icon":"
|
|
673
|
+
have another.","abv":"5.5","glasswareId":5,"styleId":93,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/0oJxx9\/upload_jXkKN1-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/0oJxx9\/upload_jXkKN1-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/0oJxx9\/upload_jXkKN1-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
334
674
|
02:42:41","updateDate":"2012-03-22 13:05:32","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
335
675
|
02:41:33"},"style":{"id":93,"categoryId":8,"category":{"id":8,"name":"North
|
|
336
676
|
American Lager","createDate":"2012-03-21 20:06:46"},"name":"American-Style
|
|
@@ -343,7 +683,7 @@ http_interactions:
|
|
|
343
683
|
20:06:46"}},{"id":"uIDjJP","name":"Amber Reign","description":"A malty amber
|
|
344
684
|
ale.","abv":"5.5","ibu":"30","glasswareId":5,"availableId":1,"styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
345
685
|
02:42:41","updateDate":"2012-03-22 13:05:13","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
346
|
-
02:41:33"},"available":{"id":
|
|
686
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
347
687
|
year round as a staple beer."},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
348
688
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
349
689
|
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
@@ -354,7 +694,7 @@ http_interactions:
|
|
|
354
694
|
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
355
695
|
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
356
696
|
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
357
|
-
20:06:45"}},{"id":"IPvQRx","name":"Amber Road","abv":"5.5","ibu":"35","glasswareId":5,"styleId":32,"isOrganic":"N","labels":{"icon":"
|
|
697
|
+
20:06:45"}},{"id":"IPvQRx","name":"Amber Road","abv":"5.5","ibu":"35","glasswareId":5,"styleId":32,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/IPvQRx\/upload_XQOFj4-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/IPvQRx\/upload_XQOFj4-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/IPvQRx\/upload_XQOFj4-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
358
698
|
02:42:41","updateDate":"2012-03-22 13:05:42","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
359
699
|
02:41:33"},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
360
700
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
@@ -375,12 +715,47 @@ http_interactions:
|
|
|
375
715
|
may also be greater. Hop aroma and flavor is low or negligible. Light fruity
|
|
376
716
|
esters are acceptable. Chill haze and diacetyl should be absent. Note: Some
|
|
377
717
|
beers marketed as \"premium\" (based on price) may not fit this definition.","ibuMin":"6","ibuMax":"15","abvMin":"4.3","abvMax":"5","srmMin":"2","srmMax":"6","ogMin":"1.044","fgMin":"1.01","fgMax":"1.014","createDate":"2012-03-21
|
|
378
|
-
20:06:46"}},{"id":"
|
|
718
|
+
20:06:46"}},{"id":"dEE8py","name":"American Brown","description":"Brew a nice
|
|
719
|
+
well balanced America Brown ale. Then Dry hop it like a IPA! with the new
|
|
720
|
+
experimental hop #5256 and you get this beer. Amazing smell from the Chocolate
|
|
721
|
+
malt and the hops. The finish is not to sweet so you can have a few.","abv":"5.5","styleId":37,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2013-07-14
|
|
722
|
+
01:11:27","updateDate":"2013-07-14 01:11:27","style":{"id":37,"categoryId":3,"category":{"id":3,"name":"North
|
|
723
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
724
|
+
Brown Ale","description":"American brown ales range from deep copper to brown
|
|
725
|
+
in color. Roasted malt caramel-like and chocolate-like characters should be
|
|
726
|
+
of medium intensity in both flavor and aroma. American brown ales have evident
|
|
727
|
+
low to medium hop flavor and aroma, medium to high hop bitterness, and a medium
|
|
728
|
+
body. Estery and fruity-ester characters should be subdued. Diacetyl should
|
|
729
|
+
not be perceived. Chill haze is allowable at cold temperatures.","ibuMin":"25","ibuMax":"45","abvMin":"4","abvMax":"6.4","srmMin":"15","srmMax":"26","ogMin":"1.04","fgMin":"1.01","fgMax":"1.018","createDate":"2012-03-21
|
|
730
|
+
20:06:46"}},{"id":"gBRhD6","name":"American Pale Ale","description":"A building
|
|
731
|
+
is only as good as it''s foundation. That''s why we consider Pale Ale to
|
|
732
|
+
be our bedrock. \r\n\r\nWe wanted to create a well balanced beer that anybody
|
|
733
|
+
can enjoy. Our Pale Ale is a full-bodied ale that''s deep copper in color. The
|
|
734
|
+
malty sweetness of the mash is offset by a generous amount of Magnum bittering
|
|
735
|
+
hops. The remainder of the late addition hops contribute a delightful citrus\/floral
|
|
736
|
+
note that will lighten anybody''s spirits.\r\n\r\nIt''s a great introduction
|
|
737
|
+
for people who are interested in trying something other than the \u201cstandard\u201d
|
|
738
|
+
beers in the marketplace.","abv":"5.5","ibu":"40","glasswareId":5,"srmId":7,"styleId":25,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-08-12
|
|
739
|
+
11:32:20","updateDate":"2012-08-12 11:37:02","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
740
|
+
02:41:33"},"srm":{"id":7,"name":"7","hex":"F39C00"},"style":{"id":25,"categoryId":3,"category":{"id":3,"name":"North
|
|
741
|
+
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
742
|
+
Pale Ale","description":"American pale ales range from deep golden to copper
|
|
743
|
+
in color. The style is characterized by fruity, floral and citrus-like American-variety
|
|
744
|
+
hop character producing medium to medium-high hop bitterness, flavor, and
|
|
745
|
+
aroma. Note that the \"traditional\" style of this beer has its origins with
|
|
746
|
+
certain floral, fruity, citrus-like, piney, resinous, or sulfur-like American
|
|
747
|
+
hop varietals. One or more of these hop characters is the perceived end, but
|
|
748
|
+
the perceived hop characters may be a result of the skillful use of hops of
|
|
749
|
+
other national origins. American pale ales have medium body and low to medium
|
|
750
|
+
maltiness. Low caramel character is allowable. Fruity-ester flavor and aroma
|
|
751
|
+
should be moderate to strong. Diacetyl should be absent or present at very
|
|
752
|
+
low levels. Chill haze is allowable at cold temperatures.","ibuMin":"30","ibuMax":"42","abvMin":"4.5","abvMax":"5.6","srmMin":"6","srmMax":"14","ogMin":"1.044","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
753
|
+
20:06:45"}},{"id":"XGyAdI","name":"American Wheat","description":"The American
|
|
379
754
|
Wheat Ale is a clean, refreshing golden ale made with Northwest Two-Row and
|
|
380
755
|
White Wheat Malts. A low hop character allows the grain flavors to dominate.
|
|
381
756
|
Served unfiltered with or without a citrus balance (lemon wedge). 5.5% Volume","abv":"5.5","glasswareId":5,"availableId":4,"styleId":112,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
382
757
|
02:42:42","updateDate":"2012-03-22 13:05:35","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
383
|
-
02:41:33"},"available":{"id":
|
|
758
|
+
02:41:33"},"available":{"id":4,"name":"Seasonal","description":"Available
|
|
384
759
|
at the same time of year, every year."},"style":{"id":112,"categoryId":11,"category":{"id":11,"name":"Hybrid\/mixed
|
|
385
760
|
Beer","createDate":"2012-03-21 20:06:46"},"name":"Light American Wheat Ale
|
|
386
761
|
or Lager with Yeast","description":"This beer can be made using either ale
|
|
@@ -395,13 +770,23 @@ http_interactions:
|
|
|
395
770
|
should be low to medium but not overpowering the balance and character of
|
|
396
771
|
malt and hops. These beers are typically served with the yeast in the bottle,
|
|
397
772
|
and are cloudy when served.","ibuMin":"10","ibuMax":"35","abvMin":"3.5","abvMax":"5.5","srmMin":"4","srmMax":"10","ogMin":"1.036","fgMin":"1.006","fgMax":"1.018","createDate":"2012-03-21
|
|
398
|
-
20:06:46"}},{"id":"rZoPXp","name":"Anchor Bock","description":"
|
|
399
|
-
Anchor Bock
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
hops.
|
|
403
|
-
|
|
404
|
-
|
|
773
|
+
20:06:46"}},{"id":"rZoPXp","name":"Anchor Bock","description":"The dark satiny
|
|
774
|
+
texture of Anchor Bock\u00ae, with its rich hints of chocolate, caramel and
|
|
775
|
+
roasted barley, is our interpretation of the strong German beers that signal
|
|
776
|
+
the coming of spring.\r\n\r\nAnchor Bock\u00ae Beer is brewed from a complex
|
|
777
|
+
blend of malts, and fresh, whole-cone hops. In the ancient bock tradition,
|
|
778
|
+
the dark-colored brew is released in time for springtime celebrations. Bock
|
|
779
|
+
beers are believed to have originated in the town of Einbeck, Germany and
|
|
780
|
+
traditionally feature a goat on their labels. The term, \u201cbock\u201d occurs
|
|
781
|
+
in several Germanic languages and roughly translates to \u201cbilly goat\u201d,
|
|
782
|
+
but there are some unlikely alternatives. Followers of the zodiac have described
|
|
783
|
+
it as a beer for Capricorn, the time when, as the days grow longer, brewers
|
|
784
|
+
brew their bock beers in anticipation of the coming of spring.\r\n\r\nOver
|
|
785
|
+
time, bock has come to mean a beer darker and stronger than a brewery''s \u201cregular\u201d
|
|
786
|
+
brew. One with, you might say, the kick of a goat behind it.","abv":"5.5","glasswareId":5,"availableId":5,"styleId":88,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/rZoPXp\/upload_YBb1s2-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/rZoPXp\/upload_YBb1s2-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/rZoPXp\/upload_YBb1s2-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
787
|
+
02:42:42","updateDate":"2012-09-11 23:18:59","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
788
|
+
02:41:33"},"available":{"id":5,"name":"Spring","description":"Available during
|
|
789
|
+
the spring months."},"style":{"id":88,"categoryId":7,"category":{"id":7,"name":"European-germanic
|
|
405
790
|
Lager","createDate":"2012-03-21 20:06:46"},"name":"Traditional German-Style
|
|
406
791
|
Bock","description":"Traditional bocks are made with all malt and are strong,
|
|
407
792
|
malty, medium- to full-bodied, bottom-fermented beers with moderate hop bitterness
|
|
@@ -410,30 +795,42 @@ http_interactions:
|
|
|
410
795
|
Hop flavor should be low and hop aroma should be very low. Bocks can range
|
|
411
796
|
in color from deep copper to dark brown. Fruity esters should be minimal.
|
|
412
797
|
Diacetyl should be absent.","ibuMin":"20","ibuMax":"30","abvMin":"6.3","abvMax":"7.5","srmMin":"20","srmMax":"30","ogMin":"1.066","fgMin":"1.018","fgMax":"1.024","createDate":"2012-03-21
|
|
798
|
+
20:06:46"}},{"id":"rqTw6N","name":"Andes","abv":"5.5","styleId":94,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2013-05-02
|
|
799
|
+
23:32:31","updateDate":"2013-05-03 01:07:12","style":{"id":94,"categoryId":8,"category":{"id":8,"name":"North
|
|
800
|
+
American Lager","createDate":"2012-03-21 20:06:46"},"name":"American-Style
|
|
801
|
+
Light (Low Calorie) Lager","description":"These beers are extremely light
|
|
802
|
+
colored, light in body, and high in carbonation. Calorie level should not
|
|
803
|
+
exceed 125 per 12 ounce serving. Corn, rice, or other grain or sugar adjuncts
|
|
804
|
+
are often used. Flavor is mild and hop bitterness and aroma is negligible
|
|
805
|
+
to very low. Light fruity esters are acceptable. Chill haze and diacetyl should
|
|
806
|
+
be absent.","ibuMin":"5","ibuMax":"10","abvMin":"3.5","abvMax":"4.4","srmMin":"2","srmMax":"4","ogMin":"1.024","fgMin":"1.002","fgMax":"1.008","createDate":"2012-03-21
|
|
413
807
|
20:06:46"}},{"id":"kgZB1G","name":"Anvil ESB","description":"Anvil ESB Ale
|
|
414
808
|
was the first beer produced when the brewery opened, and remains our flagship
|
|
415
809
|
ale.\r\n\r\nBright copper color with light tan head. Malty slightly hoppy
|
|
416
810
|
aroma. Caramel and malty flavors with a perfect balance of imported English
|
|
417
|
-
hops.","abv":"5.5","glasswareId":5,"availableId":1,"styleId":
|
|
418
|
-
02:42:42","updateDate":"2012-
|
|
419
|
-
02:41:33"},"available":{"id":
|
|
420
|
-
year round as a staple beer."},"style":{"id":
|
|
421
|
-
Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"
|
|
422
|
-
bitter
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
811
|
+
hops.","abv":"5.5","glasswareId":5,"availableId":1,"styleId":5,"isOrganic":"N","labels":{"icon":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/kgZB1G\/upload_DgFR9t-icon.png","medium":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/kgZB1G\/upload_DgFR9t-medium.png","large":"https:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/kgZB1G\/upload_DgFR9t-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
812
|
+
02:42:42","updateDate":"2012-09-29 21:49:10","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
813
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
814
|
+
year round as a staple beer."},"style":{"id":5,"categoryId":1,"category":{"id":1,"name":"British
|
|
815
|
+
Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"Extra Special Bitter","description":"Extra
|
|
816
|
+
special bitter possesses medium to strong hop aroma, flavor, and bitterness.
|
|
817
|
+
The residual malt and defining sweetness of this richly flavored, full-bodied
|
|
818
|
+
bitter is more pronounced than in other styles of bitter. It is light amber
|
|
819
|
+
to copper colored with medium to medium-high bitterness. Mild carbonation
|
|
820
|
+
traditionally characterizes draft-cask versions, but in bottled versions,
|
|
821
|
+
a slight increase in carbon dioxide content is acceptable. Fruity-ester character
|
|
822
|
+
is acceptable in aroma and flavor. Diacetyl (butterscotch character) is acceptable
|
|
823
|
+
and characteristic when at very low levels. The absence of diacetyl is also
|
|
824
|
+
acceptable. Chill haze is allowable at cold temperatures. English or American
|
|
825
|
+
hops may be used. (English and American hop character may be specified in
|
|
826
|
+
subcategories.)","ibuMin":"30","ibuMax":"45","abvMin":"4.8","abvMax":"5.8","srmMin":"8","srmMax":"14","ogMin":"1.046","fgMin":"1.01","fgMax":"1.016","createDate":"2012-03-21
|
|
430
827
|
20:06:45"}},{"id":"IgNzA4","name":"Apline Ale","description":"Our namesake
|
|
431
828
|
ale represents everything a good, well balanced pale ale should be: malty
|
|
432
829
|
but not too sweet, refreshing but not too bitter, full-bodied but not too
|
|
433
830
|
heavy, lively but not over carbonated. A clean, everyday beer that leaves
|
|
434
831
|
your palate begging for more.","abv":"5.5","ibu":"32","glasswareId":5,"availableId":1,"styleId":25,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
435
832
|
02:42:42","updateDate":"2012-03-22 13:05:38","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
436
|
-
02:41:33"},"available":{"id":
|
|
833
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
437
834
|
year round as a staple beer."},"style":{"id":25,"categoryId":3,"category":{"id":3,"name":"North
|
|
438
835
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
439
836
|
Pale Ale","description":"American pale ales range from deep golden to copper
|
|
@@ -454,7 +851,7 @@ http_interactions:
|
|
|
454
851
|
- 2008 Carolinas Championship of Beers\r\nGold - 2006 Carolinas Championship
|
|
455
852
|
of Beers\r\nSilver - 2003 Carolinas Championship of Beers","abv":"5.5","ibu":"32","glasswareId":5,"availableId":1,"styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
456
853
|
02:42:42","updateDate":"2012-03-22 13:05:34","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
457
|
-
02:41:33"},"available":{"id":
|
|
854
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
458
855
|
year round as a staple beer."},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
459
856
|
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
460
857
|
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
@@ -468,7 +865,7 @@ http_interactions:
|
|
|
468
865
|
20:06:45"}},{"id":"N8OUuv","name":"Apricot Honey Wheat","description":"Great
|
|
469
866
|
aroma and flavor","abv":"5.5","glasswareId":5,"availableId":1,"styleId":125,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
470
867
|
02:42:42","updateDate":"2012-03-22 13:05:11","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
471
|
-
02:41:33"},"available":{"id":
|
|
868
|
+
02:41:33"},"available":{"id":1,"name":"Year Round","description":"Available
|
|
472
869
|
year round as a staple beer."},"style":{"id":125,"categoryId":11,"category":{"id":11,"name":"Hybrid\/mixed
|
|
473
870
|
Beer","createDate":"2012-03-21 20:06:46"},"name":"Specialty Beer","description":"These
|
|
474
871
|
beers are brewed using unusual fermentable sugars, grains and starches that
|
|
@@ -486,404 +883,7 @@ http_interactions:
|
|
|
486
883
|
for competing: Spiced beers using unusual fermentables should be entered in
|
|
487
884
|
the experimental category. Fruit beers using unusual fermentables should be
|
|
488
885
|
entered in the fruit beer category.","ibuMax":"100","abvMin":"2.5","abvMax":"25","srmMin":"1","srmMax":"100","ogMin":"1.03","fgMin":"1.006","fgMax":"1.03","createDate":"2012-03-21
|
|
489
|
-
20:06:46"}},
|
|
490
|
-
02:42:43","updateDate":"2012-03-22 13:05:28","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
491
|
-
02:41:33"},"style":{"id":89,"categoryId":7,"category":{"id":7,"name":"European-germanic
|
|
492
|
-
Lager","createDate":"2012-03-21 20:06:46"},"name":"German-Style Heller Bock\/Maibock","description":"The
|
|
493
|
-
German word helle means light colored, and as such, a heller Bock is light
|
|
494
|
-
straw to deep golden in color. Maibocks are also light-colored bocks. The
|
|
495
|
-
sweet malty character should come through in the aroma and flavor. A lightly
|
|
496
|
-
toasted and\/or bready malt character is often evident. Roast or heavy toast\/caramel
|
|
497
|
-
malt character should be absent. Body is medium to full. Hop bitterness should
|
|
498
|
-
be low, while noble-type hop aroma and flavor may be at low to medium levels.
|
|
499
|
-
Bitterness increases with gravity. Fruity esters may be perceived at low levels.
|
|
500
|
-
Diacetyl should be absent. Chill haze should not be perceived.","ibuMin":"20","ibuMax":"38","abvMin":"6","abvMax":"8","srmMin":"4","srmMax":"10","ogMin":"1.066","fgMin":"1.012","fgMax":"1.02","createDate":"2012-03-21
|
|
501
|
-
20:06:46"}},{"id":"Gl6oJA","name":"Archtop Amber","description":"The Archtop
|
|
502
|
-
Amber is named after the classic jazz and swing style guitars made famous
|
|
503
|
-
back in the 1930\u2019s. Archtop amber is a medium hopped amber with a nice
|
|
504
|
-
rich malty character. Not your average amber the Archtop utilizes Columbus, Liberty
|
|
505
|
-
and Perle hops. ABV is around 5.5%.","abv":"5.5","ibu":"35","glasswareId":5,"availableId":1,"styleId":32,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/Gl6oJA\/upload_FNTXwx-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/Gl6oJA\/upload_FNTXwx-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/Gl6oJA\/upload_FNTXwx-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-02-08
|
|
506
|
-
11:29:31","updateDate":"2012-03-22 13:05:49","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
507
|
-
02:41:33"},"available":{"id":"1","name":"Year Round","description":"Available
|
|
508
|
-
year round as a staple beer."},"style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
509
|
-
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
510
|
-
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
511
|
-
to light brown in color. They are characterized by American-variety hops used
|
|
512
|
-
to produce the perception of medium hop bitterness, flavor, and medium aroma.
|
|
513
|
-
Amber ales have medium-high to high maltiness with medium to low caramel character.
|
|
514
|
-
They should have medium to medium-high body. The style may have low levels
|
|
515
|
-
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
516
|
-
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
517
|
-
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
518
|
-
20:06:45"}},{"id":"BYbKwE","name":"Artist Colony Ale","abv":"5.5","styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
519
|
-
02:42:43","updateDate":"2012-03-22 13:04:46","style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
520
|
-
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
521
|
-
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
522
|
-
to light brown in color. They are characterized by American-variety hops used
|
|
523
|
-
to produce the perception of medium hop bitterness, flavor, and medium aroma.
|
|
524
|
-
Amber ales have medium-high to high maltiness with medium to low caramel character.
|
|
525
|
-
They should have medium to medium-high body. The style may have low levels
|
|
526
|
-
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
527
|
-
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
528
|
-
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
529
|
-
20:06:45"}},{"id":"z0D11f","name":"Ashland Amber","description":"A crisp,
|
|
530
|
-
well-balanced, refreshing amber. Simplicity is the key to this recipe.","abv":"5.5","styleId":32,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
531
|
-
02:42:43","updateDate":"2012-03-22 13:04:59","style":{"id":32,"categoryId":3,"category":{"id":3,"name":"North
|
|
532
|
-
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
533
|
-
Amber\/Red Ale","description":"American amber\/red ales range from light copper
|
|
534
|
-
to light brown in color. They are characterized by American-variety hops used
|
|
535
|
-
to produce the perception of medium hop bitterness, flavor, and medium aroma.
|
|
536
|
-
Amber ales have medium-high to high maltiness with medium to low caramel character.
|
|
537
|
-
They should have medium to medium-high body. The style may have low levels
|
|
538
|
-
of fruityester flavor and aroma. Diacetyl can be either absent or barely perceived
|
|
539
|
-
at very low levels. Chill haze is allowable at cold temperatures. Slight yeast
|
|
540
|
-
haze is acceptable for bottle-conditioned products.","ibuMin":"30","ibuMax":"40","abvMin":"4.5","abvMax":"6","srmMin":"11","srmMax":"18","ogMin":"1.048","fgMin":"1.012","fgMax":"1.018","createDate":"2012-03-21
|
|
541
|
-
20:06:45"}},{"id":"m6p5mA","name":"Atwater Ale","abv":"5.5","glasswareId":5,"availableId":1,"styleId":25,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
542
|
-
02:42:43","updateDate":"2012-03-22 13:05:17","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
543
|
-
02:41:33"},"available":{"id":"1","name":"Year Round","description":"Available
|
|
544
|
-
year round as a staple beer."},"style":{"id":25,"categoryId":3,"category":{"id":3,"name":"North
|
|
545
|
-
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
546
|
-
Pale Ale","description":"American pale ales range from deep golden to copper
|
|
547
|
-
in color. The style is characterized by fruity, floral and citrus-like American-variety
|
|
548
|
-
hop character producing medium to medium-high hop bitterness, flavor, and
|
|
549
|
-
aroma. Note that the \"traditional\" style of this beer has its origins with
|
|
550
|
-
certain floral, fruity, citrus-like, piney, resinous, or sulfur-like American
|
|
551
|
-
hop varietals. One or more of these hop characters is the perceived end, but
|
|
552
|
-
the perceived hop characters may be a result of the skillful use of hops of
|
|
553
|
-
other national origins. American pale ales have medium body and low to medium
|
|
554
|
-
maltiness. Low caramel character is allowable. Fruity-ester flavor and aroma
|
|
555
|
-
should be moderate to strong. Diacetyl should be absent or present at very
|
|
556
|
-
low levels. Chill haze is allowable at cold temperatures.","ibuMin":"30","ibuMax":"42","abvMin":"4.5","abvMax":"5.6","srmMin":"6","srmMax":"14","ogMin":"1.044","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
557
|
-
20:06:45"}},{"id":"qJ556f","name":"B.F. Ete","description":"This light & refreshing
|
|
558
|
-
saison was brewed to go down easy for the hot summer months. With a golden
|
|
559
|
-
straw color and an ABV at a session-worthy 5%, this ale is as enjoyable as
|
|
560
|
-
a cool dip in the pool on a sultry night.","abv":"5.5","ibu":"24","glasswareId":5,"availableId":1,"styleId":72,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
561
|
-
02:42:44","updateDate":"2012-03-22 13:05:20","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
562
|
-
02:41:33"},"available":{"id":"1","name":"Year Round","description":"Available
|
|
563
|
-
year round as a staple beer."},"style":{"id":72,"categoryId":5,"category":{"id":5,"name":"Belgian
|
|
564
|
-
And French Origin Ales","createDate":"2012-03-21 20:06:46"},"name":"French
|
|
565
|
-
& Belgian-Style Saison","description":"Beers in this category are golden to
|
|
566
|
-
deep amber in color. There may be quite a variety of characters within this
|
|
567
|
-
style. Generally: They are light to medium in body. Malt aroma is low to medium-low.
|
|
568
|
-
Esters are medium to high in aroma, while, complex alcohols, herbs, spices,
|
|
569
|
-
low Brettanomyces character and even clove and smoke-like phenolics may or
|
|
570
|
-
may not be evident in the overall balanced beer. Hop aroma and flavor may
|
|
571
|
-
be at low to medium levels. Malt flavor is low but provides foundation for
|
|
572
|
-
the overall balance. Hop bitterness is moderate to moderately assertive. Herb
|
|
573
|
-
and\/or spice flavors, including black pepper-like notes, may or may not be
|
|
574
|
-
evident. Fruitiness from fermentation is generally in character. A balanced
|
|
575
|
-
small amount of sour or acidic flavors is acceptable when in balance with
|
|
576
|
-
other components. Earthy, cellar-like, musty aromas are okay. Diacetyl should
|
|
577
|
-
not be perceived. Chill or slight yeast haze is okay. Often bottle conditioned
|
|
578
|
-
with some yeast character and high carbonation. French & Belgian-Style Saison
|
|
579
|
-
may have Brettanomyces characters that are slightly acidity, fruity, horsey,
|
|
580
|
-
goaty and\/or leather-like.","ibuMin":"20","ibuMax":"40","abvMin":"4.5","abvMax":"8.5","srmMin":"4","srmMax":"14","ogMin":"1.055","fgMin":"1.004","fgMax":"1.016","createDate":"2012-03-21
|
|
581
|
-
20:06:46"}},{"id":"xd2mdS","name":"Back Forty","description":"Back FortyThe
|
|
582
|
-
\u201cBack Forty\u201d is property commonly found on the outskirts of the
|
|
583
|
-
Wisconsin family farm. Here uncultivated acres wait prime for adventure- forts,
|
|
584
|
-
tree houses, rope swings and first kisses! A place to run away, to camp, to
|
|
585
|
-
climb, to build, to play. Not actually home but not too far away. That\u2019s
|
|
586
|
-
the Back Forty. The beer you hold is similar both dark and adventurous still
|
|
587
|
-
smooth and familiar. Here\u2019s a beer you can enjoy without pretense or
|
|
588
|
-
explanation. Every mind requires some acres of possibility, space for dreams,
|
|
589
|
-
the great escape, everyone needs a Back Forty.","abv":"5.5","glasswareId":5,"availableId":4,"styleId":88,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/xd2mdS\/upload_vPi0Cx-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/xd2mdS\/upload_vPi0Cx-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/xd2mdS\/upload_vPi0Cx-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
590
|
-
02:42:44","updateDate":"2012-03-22 13:05:11","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
591
|
-
02:41:33"},"available":{"id":"4","name":"Seasonal","description":"Available
|
|
592
|
-
at the same time of year, every year."},"style":{"id":88,"categoryId":7,"category":{"id":7,"name":"European-germanic
|
|
593
|
-
Lager","createDate":"2012-03-21 20:06:46"},"name":"Traditional German-Style
|
|
594
|
-
Bock","description":"Traditional bocks are made with all malt and are strong,
|
|
595
|
-
malty, medium- to full-bodied, bottom-fermented beers with moderate hop bitterness
|
|
596
|
-
that should increase proportionately with the starting gravity. Malt character
|
|
597
|
-
should be a balance of sweetness and toasted\/nut-like malt; not caramel.
|
|
598
|
-
Hop flavor should be low and hop aroma should be very low. Bocks can range
|
|
599
|
-
in color from deep copper to dark brown. Fruity esters should be minimal.
|
|
600
|
-
Diacetyl should be absent.","ibuMin":"20","ibuMax":"30","abvMin":"6.3","abvMax":"7.5","srmMin":"20","srmMax":"30","ogMin":"1.066","fgMin":"1.018","fgMax":"1.024","createDate":"2012-03-21
|
|
601
|
-
20:06:46"}},{"id":"eOIJn2","name":"Bad Penny","description":"This dark brown
|
|
602
|
-
ale is slightly sweet with a caramel and dark fruit finish. A show case of
|
|
603
|
-
fine English malts, floor-malted the old way. We use pale, chocolate and crystal
|
|
604
|
-
malts to produce a complex but easy drinking dark ale. Very reminiscent of
|
|
605
|
-
northern English ales.","abv":"5.5","ibu":"25","glasswareId":5,"availableId":1,"styleId":37,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/eOIJn2\/upload_MmqlUE-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/eOIJn2\/upload_MmqlUE-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/eOIJn2\/upload_MmqlUE-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
606
|
-
02:42:44","updateDate":"2012-04-26 12:49:37","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
607
|
-
02:41:33"},"available":{"id":"1","name":"Year Round","description":"Available
|
|
608
|
-
year round as a staple beer."},"style":{"id":37,"categoryId":3,"category":{"id":3,"name":"North
|
|
609
|
-
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
610
|
-
Brown Ale","description":"American brown ales range from deep copper to brown
|
|
611
|
-
in color. Roasted malt caramel-like and chocolate-like characters should be
|
|
612
|
-
of medium intensity in both flavor and aroma. American brown ales have evident
|
|
613
|
-
low to medium hop flavor and aroma, medium to high hop bitterness, and a medium
|
|
614
|
-
body. Estery and fruity-ester characters should be subdued. Diacetyl should
|
|
615
|
-
not be perceived. Chill haze is allowable at cold temperatures.","ibuMin":"25","ibuMax":"45","abvMin":"4","abvMax":"6.4","srmMin":"15","srmMax":"26","ogMin":"1.04","fgMin":"1.01","fgMax":"1.018","createDate":"2012-03-21
|
|
616
|
-
20:06:46"}},{"id":"j9r4ch","name":"Bearpaw Brown Ale","description":"Dark
|
|
617
|
-
and hoppy with a balance towards malt\r\n\r\nOur brown ale is similar to the
|
|
618
|
-
Amber Ale but with more malt flavor. This beer is slightly roasted with resinous
|
|
619
|
-
and citrus hop flavors, always on tap at Altitude.","abv":"5.5","glasswareId":5,"availableId":1,"styleId":37,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
620
|
-
02:42:46","updateDate":"2012-03-22 13:05:17","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
621
|
-
02:41:33"},"available":{"id":"1","name":"Year Round","description":"Available
|
|
622
|
-
year round as a staple beer."},"style":{"id":37,"categoryId":3,"category":{"id":3,"name":"North
|
|
623
|
-
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
624
|
-
Brown Ale","description":"American brown ales range from deep copper to brown
|
|
625
|
-
in color. Roasted malt caramel-like and chocolate-like characters should be
|
|
626
|
-
of medium intensity in both flavor and aroma. American brown ales have evident
|
|
627
|
-
low to medium hop flavor and aroma, medium to high hop bitterness, and a medium
|
|
628
|
-
body. Estery and fruity-ester characters should be subdued. Diacetyl should
|
|
629
|
-
not be perceived. Chill haze is allowable at cold temperatures.","ibuMin":"25","ibuMax":"45","abvMin":"4","abvMax":"6.4","srmMin":"15","srmMax":"26","ogMin":"1.04","fgMin":"1.01","fgMax":"1.018","createDate":"2012-03-21
|
|
630
|
-
20:06:46"}},{"id":"lbZa97","name":"Beastie Barrel Stout","description":"Our
|
|
631
|
-
Oatmeal Stout aged in bourbon barrels from Buffalo Trace Distillery in Frankfort
|
|
632
|
-
Kentucky. Aging the barrels in our brewery cold room results in a smooth bourbon
|
|
633
|
-
aroma and flavor that enhances the base oatmeal stout.","abv":"5.5","ibu":"27","glasswareId":6,"srmId":41,"availableId":1,"styleId":132,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
634
|
-
02:42:46","updateDate":"2012-04-16 23:41:21","glass":{"id":6,"name":"Snifter","createDate":"2012-01-03
|
|
635
|
-
02:41:33"},"srm":{"id":41,"name":"Over 40","hex":"000000"},"available":{"id":"1","name":"Year
|
|
636
|
-
Round","description":"Available year round as a staple beer."},"style":{"id":132,"categoryId":11,"category":{"id":11,"name":"Hybrid\/mixed
|
|
637
|
-
Beer","createDate":"2012-03-21 20:06:46"},"name":"Wood- and Barrel-Aged Beer","description":"A
|
|
638
|
-
wood- or barrel-aged beer is any lager, ale or hybrid beer, either a traditional
|
|
639
|
-
style or a unique experimental beer that has been aged for a period of time
|
|
640
|
-
in a wooden barrel or in contact with wood. This beer is aged with the intention
|
|
641
|
-
of imparting the particularly unique character of the wood and\/or what has
|
|
642
|
-
previously been in the barrel. New wood character can be characterized as
|
|
643
|
-
a complex blend of vanillin and\/or other unique wood character, but wood
|
|
644
|
-
aged is not necessarily synonymous with imparting wood-flavors. Used sherry,
|
|
645
|
-
rum, bourbon, scotch, port, wine and other barrels are often used, imparting
|
|
646
|
-
complexity and uniqueness to beer. Ultimately a balance of flavor, aroma and
|
|
647
|
-
mouthfeel are sought with the marriage of new beer with wood and\/or barrel
|
|
648
|
-
flavors. Beers in this style may or may not have Brettanomyces character.
|
|
649
|
-
Brewers when entering this category should specify type of barrel and\/or
|
|
650
|
-
wood used and any other special treatment or ingredients used. Competition
|
|
651
|
-
managers may create style subcategories to differentiate between high alcohol
|
|
652
|
-
and low alcohol beers and very dark and lighter colored beer as well as for
|
|
653
|
-
fruit beers and non-fruit beers. Competitions may develop guidelines requesting
|
|
654
|
-
brewers to specify what kind of wood (new or used oak, other wood varieties)
|
|
655
|
-
and\/or barrel (whiskey, port, sherry, wine, etc.) was used in the process.
|
|
656
|
-
The brewer may be asked to explain the special nature (wood used, base beer
|
|
657
|
-
style(s) and achieved character) of the beer.","createDate":"2012-03-21 20:06:46"}},{"id":"vjRDZj","name":"Beatification","description":"This
|
|
658
|
-
beer is very unique and inspired by breweries in the Lambic region of Belgium
|
|
659
|
-
and, especially, our friends at Cantillon. It is 100% spontaneously fermented,
|
|
660
|
-
meaning yeast is not added. Once the beer is brewed, it is transferred to
|
|
661
|
-
a cool-ship or \u201chorny\u201d tank located in our barrel room at the pub.
|
|
662
|
-
There it sits overnight and collects whatever funky wild yeast and bacteria
|
|
663
|
-
may be living in the room. The next day it is transferred to oak wine barrels
|
|
664
|
-
where it ferments wildly and ages for a few months. The end result is a wild,
|
|
665
|
-
spontaneously fermented, sour, and tasty hand-crafted beer!","abv":"5.5","glasswareId":5,"availableId":4,"styleId":132,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/vjRDZj\/upload_6zCns2-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/vjRDZj\/upload_6zCns2-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/vjRDZj\/upload_6zCns2-large.png"},"status":"verified","statusDisplay":"Verified","originalGravity":"1.05","createDate":"2012-01-03
|
|
666
|
-
02:42:46","updateDate":"2012-03-22 13:05:14","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
667
|
-
02:41:33"},"available":{"id":"4","name":"Seasonal","description":"Available
|
|
668
|
-
at the same time of year, every year."},"style":{"id":132,"categoryId":11,"category":{"id":11,"name":"Hybrid\/mixed
|
|
669
|
-
Beer","createDate":"2012-03-21 20:06:46"},"name":"Wood- and Barrel-Aged Beer","description":"A
|
|
670
|
-
wood- or barrel-aged beer is any lager, ale or hybrid beer, either a traditional
|
|
671
|
-
style or a unique experimental beer that has been aged for a period of time
|
|
672
|
-
in a wooden barrel or in contact with wood. This beer is aged with the intention
|
|
673
|
-
of imparting the particularly unique character of the wood and\/or what has
|
|
674
|
-
previously been in the barrel. New wood character can be characterized as
|
|
675
|
-
a complex blend of vanillin and\/or other unique wood character, but wood
|
|
676
|
-
aged is not necessarily synonymous with imparting wood-flavors. Used sherry,
|
|
677
|
-
rum, bourbon, scotch, port, wine and other barrels are often used, imparting
|
|
678
|
-
complexity and uniqueness to beer. Ultimately a balance of flavor, aroma and
|
|
679
|
-
mouthfeel are sought with the marriage of new beer with wood and\/or barrel
|
|
680
|
-
flavors. Beers in this style may or may not have Brettanomyces character.
|
|
681
|
-
Brewers when entering this category should specify type of barrel and\/or
|
|
682
|
-
wood used and any other special treatment or ingredients used. Competition
|
|
683
|
-
managers may create style subcategories to differentiate between high alcohol
|
|
684
|
-
and low alcohol beers and very dark and lighter colored beer as well as for
|
|
685
|
-
fruit beers and non-fruit beers. Competitions may develop guidelines requesting
|
|
686
|
-
brewers to specify what kind of wood (new or used oak, other wood varieties)
|
|
687
|
-
and\/or barrel (whiskey, port, sherry, wine, etc.) was used in the process.
|
|
688
|
-
The brewer may be asked to explain the special nature (wood used, base beer
|
|
689
|
-
style(s) and achieved character) of the beer.","createDate":"2012-03-21 20:06:46"}},{"id":"gum7TK","name":"Belgian
|
|
690
|
-
White","description":"A light refreshing Belgian style wheat beer brewed with
|
|
691
|
-
un-malted wheat, orange peel & coriander. A very old style of beer originally
|
|
692
|
-
brewed by Belgian farmers.\r\n\r\nMalt Varieties: Pale Malt, Wheat\r\nHop
|
|
693
|
-
Varieties: Perle, Hallertau","abv":"5.5","ibu":"21","glasswareId":5,"styleId":65,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
694
|
-
02:42:47","updateDate":"2012-03-22 13:05:43","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
695
|
-
02:41:33"},"style":{"id":65,"categoryId":5,"category":{"id":5,"name":"Belgian
|
|
696
|
-
And French Origin Ales","createDate":"2012-03-21 20:06:46"},"name":"Belgian-Style
|
|
697
|
-
White (or Wit) \/ Belgian-Style Wheat","description":"Belgian white ales are
|
|
698
|
-
very pale in color and are brewed using unmalted wheat and malted barley and
|
|
699
|
-
are spiced with coriander and orange peel. Coriander and light orange peel
|
|
700
|
-
aroma should be perceived as such or as an unidentified spiciness. Phenolic
|
|
701
|
-
spiciness and yeast flavors may be evident at mild levels. These beers are
|
|
702
|
-
traditionally bottle conditioned and served cloudy. An unfiltered starch and
|
|
703
|
-
yeast haze should be part of the appearance. The low to medium body should
|
|
704
|
-
have some degree of creaminess from wheat starch. The style is further characterized
|
|
705
|
-
by the use of noble-type hops to achieve low hop bitterness and little to
|
|
706
|
-
no apparent hop flavor. This beer has no diacetyl and a low to medium fruity-ester
|
|
707
|
-
level. Mild acidity is appropriate.","ibuMin":"10","ibuMax":"17","abvMin":"4.8","abvMax":"5.2","srmMin":"2","srmMax":"4","ogMin":"1.044","fgMin":"1.006","fgMax":"1.01","createDate":"2012-03-21
|
|
708
|
-
20:06:46"}},{"id":"s6xmV6","name":"Belgian-Style Wit","description":"Belgian-style
|
|
709
|
-
beers have become popular with craft beer drinkers because of their dynamic
|
|
710
|
-
offbeat flavors. They can range from fruity to tangy tart in one sip. Our
|
|
711
|
-
Belgian-style wit (white) has pilzen malt as well as malted and unmalted wheat
|
|
712
|
-
to produce that classic hazzy canary colors and soft palate. Corriander (seed
|
|
713
|
-
of cilantro) and orange peel are used in the brewing process to develop a
|
|
714
|
-
delicious taste best described as citrus\/celery like. This beer drinks easy
|
|
715
|
-
and finishes with a refreshing tartness.","abv":"5.5","glasswareId":5,"availableId":4,"styleId":65,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/s6xmV6\/upload_DChLAG-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/s6xmV6\/upload_DChLAG-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/s6xmV6\/upload_DChLAG-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
716
|
-
02:42:47","updateDate":"2012-03-22 13:05:09","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
717
|
-
02:41:33"},"available":{"id":"4","name":"Seasonal","description":"Available
|
|
718
|
-
at the same time of year, every year."},"style":{"id":65,"categoryId":5,"category":{"id":5,"name":"Belgian
|
|
719
|
-
And French Origin Ales","createDate":"2012-03-21 20:06:46"},"name":"Belgian-Style
|
|
720
|
-
White (or Wit) \/ Belgian-Style Wheat","description":"Belgian white ales are
|
|
721
|
-
very pale in color and are brewed using unmalted wheat and malted barley and
|
|
722
|
-
are spiced with coriander and orange peel. Coriander and light orange peel
|
|
723
|
-
aroma should be perceived as such or as an unidentified spiciness. Phenolic
|
|
724
|
-
spiciness and yeast flavors may be evident at mild levels. These beers are
|
|
725
|
-
traditionally bottle conditioned and served cloudy. An unfiltered starch and
|
|
726
|
-
yeast haze should be part of the appearance. The low to medium body should
|
|
727
|
-
have some degree of creaminess from wheat starch. The style is further characterized
|
|
728
|
-
by the use of noble-type hops to achieve low hop bitterness and little to
|
|
729
|
-
no apparent hop flavor. This beer has no diacetyl and a low to medium fruity-ester
|
|
730
|
-
level. Mild acidity is appropriate.","ibuMin":"10","ibuMax":"17","abvMin":"4.8","abvMax":"5.2","srmMin":"2","srmMax":"4","ogMin":"1.044","fgMin":"1.006","fgMax":"1.01","createDate":"2012-03-21
|
|
731
|
-
20:06:46"}},{"id":"YlIcwv","name":"Bellegems Bruin","abv":"5.5","isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
732
|
-
02:42:47","updateDate":"2012-03-22 13:04:40"},{"id":"LEJ96U","name":"Belly
|
|
733
|
-
River Oat Meal Stout","description":"A full bodied, dark stout with creamy
|
|
734
|
-
texture balanced by a slightly roasty taste. Pale, Chocolate, Crystal malts
|
|
735
|
-
and oatmeal contribute a delicious caramel flavor. Traditionally mild UK
|
|
736
|
-
Kent Golding Hops help to balance to the malty body of this brew.","abv":"5.5","ibu":"30","glasswareId":5,"srmId":28,"availableId":1,"styleId":42,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
737
|
-
02:42:47","updateDate":"2012-03-22 13:05:31","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
738
|
-
02:41:33"},"srm":{"id":28,"name":"28","hex":"6A0E00"},"available":{"id":"1","name":"Year
|
|
739
|
-
Round","description":"Available year round as a staple beer."},"style":{"id":42,"categoryId":3,"category":{"id":3,"name":"North
|
|
740
|
-
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
741
|
-
Stout","description":"Initial low to medium malt sweetness with a degree of
|
|
742
|
-
caramel, chocolate and\/or roasted coffee flavor with a distinctive dryroasted
|
|
743
|
-
bitterness in the finish. Coffee-like roasted barley and roasted malt aromas
|
|
744
|
-
are prominent. Some slight roasted malt acidity is permissible and a medium-
|
|
745
|
-
to full-bodied mouthfeel is appropriate. Hop bitterness may be moderate to
|
|
746
|
-
high. Hop aroma and flavor is moderate to high, often with American citrus-type
|
|
747
|
-
and\/or resiny hop character. The perception of fruity esters is low. Roasted
|
|
748
|
-
malt\/barley astringency may be low but not excessive. Diacetyl (butterscotch)
|
|
749
|
-
should be negligible or not perceived. Head retention is excellent.","ibuMin":"35","ibuMax":"60","abvMin":"5.7","abvMax":"8.8","srmMin":"40","srmMax":"40","ogMin":"1.05","fgMin":"1.01","fgMax":"1.022","createDate":"2012-03-21
|
|
750
|
-
20:06:46"}},{"id":"Sldiyh","name":"Bender","description":"Here''s what happens
|
|
751
|
-
when substance meets smooth. This oatmeal brown ale defies traditional categories.
|
|
752
|
-
Bender begins crisp and lightly hoppy, complemented by the velvety sleekness
|
|
753
|
-
oats deliver. Belgian and British malts usher in cascades of cocoa, coffee,
|
|
754
|
-
caramel and hints of vanilla and cream. An easy-drinking ale with many layers
|
|
755
|
-
of satisfaction.","abv":"5.5","ibu":"45","srmId":41,"availableId":1,"styleId":37,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/Sldiyh\/upload_oXFVYQ-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/Sldiyh\/upload_oXFVYQ-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/Sldiyh\/upload_oXFVYQ-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
756
|
-
02:42:47","updateDate":"2012-07-30 21:50:37","srm":{"id":41,"name":"Over 40","hex":"000000"},"available":{"id":"1","name":"Year
|
|
757
|
-
Round","description":"Available year round as a staple beer."},"style":{"id":37,"categoryId":3,"category":{"id":3,"name":"North
|
|
758
|
-
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
759
|
-
Brown Ale","description":"American brown ales range from deep copper to brown
|
|
760
|
-
in color. Roasted malt caramel-like and chocolate-like characters should be
|
|
761
|
-
of medium intensity in both flavor and aroma. American brown ales have evident
|
|
762
|
-
low to medium hop flavor and aroma, medium to high hop bitterness, and a medium
|
|
763
|
-
body. Estery and fruity-ester characters should be subdued. Diacetyl should
|
|
764
|
-
not be perceived. Chill haze is allowable at cold temperatures.","ibuMin":"25","ibuMax":"45","abvMin":"4","abvMax":"6.4","srmMin":"15","srmMax":"26","ogMin":"1.04","fgMin":"1.01","fgMax":"1.018","createDate":"2012-03-21
|
|
765
|
-
20:06:46"}},{"id":"lq8HX0","name":"Best Bitter","description":"Wonderfully
|
|
766
|
-
balanced \u201csession beer\u201d in the ESB style.","abv":"5.5","styleId":4,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/lq8HX0\/upload_89V1Eo-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/lq8HX0\/upload_89V1Eo-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/lq8HX0\/upload_89V1Eo-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
767
|
-
02:42:47","updateDate":"2012-03-22 13:04:36","style":{"id":4,"categoryId":1,"category":{"id":1,"name":"British
|
|
768
|
-
Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"Special Bitter or
|
|
769
|
-
Best Bitter","description":"Special bitter is more robust than ordinary bitter.
|
|
770
|
-
It has medium body and medium residual malt sweetness. It is deep gold to
|
|
771
|
-
copper colored. Hop bitterness should be medium and absent of harshness. Hop
|
|
772
|
-
flavor and aroma character may be evident at the brewer''s discretion. Mild
|
|
773
|
-
carbonation traditionally characterizes draft-cask versions, but in bottled
|
|
774
|
-
versions, a slight increase in carbon dioxide content is acceptable. Fruity-ester
|
|
775
|
-
character is acceptable in aroma and flavor. Diacetyl (butterscotch character)
|
|
776
|
-
is acceptable and characteristic when at very low levels. The absence of diacetyl
|
|
777
|
-
is also acceptable. Chill haze is allowable at cold temperatures. (English
|
|
778
|
-
and American hop character may be specified in subcategories.)","ibuMin":"28","ibuMax":"40","abvMin":"4.1","abvMax":"4.8","srmMin":"6","srmMax":"14","ogMin":"1.038","fgMin":"1.006","fgMax":"1.012","createDate":"2012-03-21
|
|
779
|
-
20:06:45"}},{"id":"PtfFW9","name":"Big Falcon Deal","description":"An American
|
|
780
|
-
style pale ale brewed with Falconer''s Flight hops. Falconer''s Flight is
|
|
781
|
-
a hop blend named after Northwest brewing legend Glen Hay Falconer who passed
|
|
782
|
-
away in 2002. The blend includes Citra, Simcoe and Sorachi Ace hops and exhibits
|
|
783
|
-
pleasant citrus, grapefruit, spicy and earthy characteristics. We brewed Big
|
|
784
|
-
Falcon Deal with a hearty and inspired grain bill of Vienna malt, special
|
|
785
|
-
aromatic, victory and oats to provide a complex and well rounded malt profile.
|
|
786
|
-
We then bittered this ale with Columbus hops, provided some flavor with Cascade
|
|
787
|
-
and then loaded the last 10 minutes of the boil with the Falconer''s Flight
|
|
788
|
-
hop blend. Falconer''s Flight was also added post fermentation with a little
|
|
789
|
-
bit of Centennial to showcase the hop''s aroma.","abv":"5.5","ibu":"47.1","glasswareId":5,"availableId":1,"styleId":25,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/PtfFW9\/upload_BEllsr-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/PtfFW9\/upload_BEllsr-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/PtfFW9\/upload_BEllsr-large.png"},"status":"verified","statusDisplay":"Verified","originalGravity":"1.054","createDate":"2012-04-15
|
|
790
|
-
19:26:28","updateDate":"2012-04-15 19:26:29","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
791
|
-
02:41:33"},"available":{"id":"1","name":"Year Round","description":"Available
|
|
792
|
-
year round as a staple beer."},"style":{"id":25,"categoryId":3,"category":{"id":3,"name":"North
|
|
793
|
-
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
794
|
-
Pale Ale","description":"American pale ales range from deep golden to copper
|
|
795
|
-
in color. The style is characterized by fruity, floral and citrus-like American-variety
|
|
796
|
-
hop character producing medium to medium-high hop bitterness, flavor, and
|
|
797
|
-
aroma. Note that the \"traditional\" style of this beer has its origins with
|
|
798
|
-
certain floral, fruity, citrus-like, piney, resinous, or sulfur-like American
|
|
799
|
-
hop varietals. One or more of these hop characters is the perceived end, but
|
|
800
|
-
the perceived hop characters may be a result of the skillful use of hops of
|
|
801
|
-
other national origins. American pale ales have medium body and low to medium
|
|
802
|
-
maltiness. Low caramel character is allowable. Fruity-ester flavor and aroma
|
|
803
|
-
should be moderate to strong. Diacetyl should be absent or present at very
|
|
804
|
-
low levels. Chill haze is allowable at cold temperatures.","ibuMin":"30","ibuMax":"42","abvMin":"4.5","abvMax":"5.6","srmMin":"6","srmMax":"14","ogMin":"1.044","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
805
|
-
20:06:45"}},{"id":"WI8lAN","name":"Bink Blond","description":"The \u2018Bink
|
|
806
|
-
blond\u2019 was the first who came out of the barrels. It\u2019s a beer of
|
|
807
|
-
high fermentation, unfiltered and not pasteurized, with secondary fermentation
|
|
808
|
-
in the bottle. This beer with a hoppy character is the perfect thirst-quencher.
|
|
809
|
-
The ingredients are: two types of malt, two Belgian types of hop, brewing
|
|
810
|
-
liquor and yeast. Our \u2018Bink blond\u2019 is a fresh and lightly digestible
|
|
811
|
-
beer with a hoppy flavor and a bitter aftertaste.","abv":"5.5","glasswareId":8,"styleId":61,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/WI8lAN\/upload_qALrbn-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/WI8lAN\/upload_qALrbn-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/WI8lAN\/upload_qALrbn-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
812
|
-
02:42:49","updateDate":"2012-03-22 13:05:30","glass":{"id":8,"name":"Tulip","createDate":"2012-01-03
|
|
813
|
-
02:41:33"},"style":{"id":61,"categoryId":5,"category":{"id":5,"name":"Belgian
|
|
814
|
-
And French Origin Ales","createDate":"2012-03-21 20:06:46"},"name":"Belgian-Style
|
|
815
|
-
Blonde Ale","description":"Belgian-style blond ales are characterized by low
|
|
816
|
-
yet evident hop bitterness, flavor, and sometimes aroma. Light to medium body
|
|
817
|
-
and low malt aroma with a sweet, spiced and a low to medium fruity-ester character
|
|
818
|
-
orchestrated in flavor and aroma. Sugar may be used to lighten perceived body.
|
|
819
|
-
They are blonde to golden in color. Noble-type hops are commonly used. Low
|
|
820
|
-
levels of phenolic spiciness from yeast byproducts may be perceived. Diacetyl
|
|
821
|
-
should not be perceived. Acidic character should not be present. Chill haze
|
|
822
|
-
is allowable at cold temperatures.","ibuMin":"15","ibuMax":"30","abvMin":"6","abvMax":"7.8","srmMin":"4","srmMax":"7","ogMin":"1.054","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
823
|
-
20:06:46"}},{"id":"tyPx0w","name":"Bink Bruin","description":"The \u2018Bink
|
|
824
|
-
brown\u2019 is the most known \u2018Bink beer\u2019. It\u2019s a beer of high
|
|
825
|
-
fermentation, unfiltered and not pasteurized, with secondary fermentation
|
|
826
|
-
in the bottle. This tasty beer is appreciated by the lover of brown beers.
|
|
827
|
-
The ingredients are: four types of malt, one Belgian type of hop, brewing
|
|
828
|
-
liquor and yeast. Our \u2018Bink brown\u2019 is a full and softly bitter beer
|
|
829
|
-
with an aftertaste of sweets and malt.","abv":"5.5","glasswareId":8,"availableId":1,"styleId":62,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/tyPx0w\/upload_MGInT9-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/tyPx0w\/upload_MGInT9-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/tyPx0w\/upload_MGInT9-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
830
|
-
02:42:49","updateDate":"2012-03-22 13:05:30","glass":{"id":8,"name":"Tulip","createDate":"2012-01-03
|
|
831
|
-
02:41:33"},"available":{"id":"1","name":"Year Round","description":"Available
|
|
832
|
-
year round as a staple beer."},"style":{"id":62,"categoryId":5,"category":{"id":5,"name":"Belgian
|
|
833
|
-
And French Origin Ales","createDate":"2012-03-21 20:06:46"},"name":"Belgian-Style
|
|
834
|
-
Pale Ale","description":"Belgian-style pale ales are characterized by low
|
|
835
|
-
but noticeable hop bitterness, flavor, and aroma. Light to medium body and
|
|
836
|
-
low malt aroma are typical. They are light amber to deep amber in color. Noble-type
|
|
837
|
-
hops are commonly used. Low to medium fruity esters are evident in aroma and
|
|
838
|
-
flavor. Low levels of phenolic spiciness from yeast byproducts may be perceived.
|
|
839
|
-
Low caramel or toasted malt flavor is okay. Diacetyl should not be perceived.
|
|
840
|
-
Chill haze is allowable at cold temperatures.","ibuMin":"20","ibuMax":"30","abvMin":"4","abvMax":"6","srmMin":"6","srmMax":"12","ogMin":"1.044","fgMin":"1.008","fgMax":"1.014","createDate":"2012-03-21
|
|
841
|
-
20:06:46"}},{"id":"EhFKxK","name":"Black Bear Stout","description":"Black
|
|
842
|
-
Bear Stout is a robust, full-bodied beer with a rich roasted malt flavor and
|
|
843
|
-
hints of dark chocolate and coffee.","abv":"5.5","glasswareId":5,"availableId":1,"styleId":42,"isOrganic":"N","labels":{"icon":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/EhFKxK\/upload_WdLw3s-icon.png","medium":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/EhFKxK\/upload_WdLw3s-medium.png","large":"http:\/\/s3.amazonaws.com\/brewerydbapi\/beer\/EhFKxK\/upload_WdLw3s-large.png"},"status":"verified","statusDisplay":"Verified","createDate":"2012-01-10
|
|
844
|
-
04:08:06","updateDate":"2012-03-22 13:05:46","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
845
|
-
02:41:33"},"available":{"id":"1","name":"Year Round","description":"Available
|
|
846
|
-
year round as a staple beer."},"style":{"id":42,"categoryId":3,"category":{"id":3,"name":"North
|
|
847
|
-
American Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"American-Style
|
|
848
|
-
Stout","description":"Initial low to medium malt sweetness with a degree of
|
|
849
|
-
caramel, chocolate and\/or roasted coffee flavor with a distinctive dryroasted
|
|
850
|
-
bitterness in the finish. Coffee-like roasted barley and roasted malt aromas
|
|
851
|
-
are prominent. Some slight roasted malt acidity is permissible and a medium-
|
|
852
|
-
to full-bodied mouthfeel is appropriate. Hop bitterness may be moderate to
|
|
853
|
-
high. Hop aroma and flavor is moderate to high, often with American citrus-type
|
|
854
|
-
and\/or resiny hop character. The perception of fruity esters is low. Roasted
|
|
855
|
-
malt\/barley astringency may be low but not excessive. Diacetyl (butterscotch)
|
|
856
|
-
should be negligible or not perceived. Head retention is excellent.","ibuMin":"35","ibuMax":"60","abvMin":"5.7","abvMax":"8.8","srmMin":"40","srmMax":"40","ogMin":"1.05","fgMin":"1.01","fgMax":"1.022","createDate":"2012-03-21
|
|
857
|
-
20:06:46"}},{"id":"SXn3sZ","name":"Black Beard\u2019s Delight","abv":"5.5","glasswareId":5,"styleId":83,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-01-03
|
|
858
|
-
02:42:50","updateDate":"2012-03-22 13:05:39","glass":{"id":5,"name":"Pint","createDate":"2012-01-03
|
|
859
|
-
02:41:33"},"style":{"id":83,"categoryId":7,"category":{"id":7,"name":"European-germanic
|
|
860
|
-
Lager","createDate":"2012-03-21 20:06:46"},"name":"European-Style Dark \/
|
|
861
|
-
M\u00fcnchner Dunkel","description":"These light brown to dark brown beers
|
|
862
|
-
have a pronounced malty aroma and flavor that dominates over the clean, crisp,
|
|
863
|
-
moderate hop bitterness. This beer does not offer an overly sweet impression,
|
|
864
|
-
but rather a mild balance between malt sweetness, hop bitterness and light
|
|
865
|
-
to moderate mouthfeel. A classic M\u00fcnchner Dunkel should have chocolate-like,
|
|
866
|
-
roast malt, bread-like or biscuit-like aroma that comes from the use of Munich
|
|
867
|
-
dark malt. Chocolate or roast malts can be used, but the percentage used should
|
|
868
|
-
be minimal. Noble-type hop flavor and aroma should be low but perceptible.
|
|
869
|
-
Diacetyl should not be perceived. Ale-like fruity esters and chill haze should
|
|
870
|
-
not be perceived.","ibuMin":"16","ibuMax":"25","abvMin":"4.5","abvMax":"5","srmMin":"15","srmMax":"20","ogMin":"1.048","fgMin":"1.014","fgMax":"1.018","createDate":"2012-03-21
|
|
871
|
-
20:06:46"}},{"id":"F4caNC","name":"Black Bottom Oatmeal Stout","description":"Oatmeal
|
|
872
|
-
isn\u2019t just for breakfast! Dark rich malts blend with smooth oats to produce
|
|
873
|
-
a jazzy brew with notes of coffee and chocolate. Having desert, why not add
|
|
874
|
-
some decadence and pair it with this beer.","abv":"5.5","styleId":21,"isOrganic":"N","status":"verified","statusDisplay":"Verified","createDate":"2012-06-04
|
|
875
|
-
00:02:32","updateDate":"2012-06-04 00:02:32","style":{"id":21,"categoryId":1,"category":{"id":1,"name":"British
|
|
876
|
-
Origin Ales","createDate":"2012-03-21 20:06:45"},"name":"Oatmeal Stout","description":"Oatmeal
|
|
877
|
-
stouts include oatmeal in their grist, resulting in a pleasant, full flavor
|
|
878
|
-
and a smooth profile that is rich without being grainy. A roasted malt character
|
|
879
|
-
which is caramel-like and chocolate-like should be evident - smooth and not
|
|
880
|
-
bitter. Coffee-like roasted barley and roasted malt aromas (chocolate and
|
|
881
|
-
nut-like) are prominent. Color is dark brown to black. Bitterness is moderate,
|
|
882
|
-
not high. Hop flavor and aroma are optional but should not overpower the overall
|
|
883
|
-
balance if present. This is a medium- to full- bodied beer, with minimal fruity
|
|
884
|
-
esters. Diacetyl should be absent or at extremely low levels. Original gravity
|
|
885
|
-
range and alcohol levels are indicative of English tradition of oatmeal stout.","ibuMin":"20","ibuMax":"40","abvMin":"3.8","abvMax":"6","srmMin":"20","srmMax":"20","ogMin":"1.038","fgMin":"1.008","fgMax":"1.02","createDate":"2012-03-21
|
|
886
|
-
20:06:45"}}],"status":"success"}'
|
|
886
|
+
20:06:46"}}],"status":"success"}'
|
|
887
887
|
http_version:
|
|
888
|
-
recorded_at:
|
|
889
|
-
recorded_with: VCR 2.
|
|
888
|
+
recorded_at: Mon, 22 Jul 2013 00:05:47 GMT
|
|
889
|
+
recorded_with: VCR 2.4.0
|