This repository was archived by the owner on Jun 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathcomet.json
More file actions
113 lines (113 loc) · 2.41 KB
/
Copy pathcomet.json
File metadata and controls
113 lines (113 loc) · 2.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"id": 83,
"name": "Comet",
"tagline": "Single Hop India Pale Ale",
"first_brewed": "02/2014",
"description": "A potently bitter hop variety originally grown in the US around 40 years ago, Comet has been newly resurrected - this German version has bold resinous grapefruit flavours, which add a huge fresh hop aroma to this IPA.",
"image_url": "https://images.punkapi.com/v2/83.png",
"abv": 7.2,
"ibu": 70,
"target_fg": 1012,
"target_og": 1067,
"ebc": 30,
"srm": 15,
"ph": 4.4,
"attenuation_level": 82.1,
"volume": {
"value": 20,
"unit": "litres"
},
"boil_volume": {
"value": 25,
"unit": "litres"
},
"method": {
"mash_temp": [
{
"temp": {
"value": 65,
"unit": "celsius"
},
"duration": null
}
],
"fermentation": {
"temp": {
"value": 19,
"unit": "celsius"
}
},
"twist": null
},
"ingredients": {
"malt": [
{
"name": "Extra Pale",
"amount": {
"value": 5.65,
"unit": "kilograms"
}
},
{
"name": "Caramalt",
"amount": {
"value": 0.31,
"unit": "kilograms"
}
},
{
"name": "Dark Crystal",
"amount": {
"value": 0.06,
"unit": "kilograms"
}
}
],
"hops": [
{
"name": "Comet",
"amount": {
"value": 15,
"unit": "grams"
},
"add": "start",
"attribute": "bitter"
},
{
"name": "Comet",
"amount": {
"value": 25,
"unit": "grams"
},
"add": "middle",
"attribute": "flavour"
},
{
"name": "Comet",
"amount": {
"value": 37.5,
"unit": "grams"
},
"add": "end",
"attribute": "flavour"
},
{
"name": "Comet",
"amount": {
"value": 250,
"unit": "grams"
},
"add": "dry hop",
"attribute": "aroma"
}
],
"yeast": "Wyeast 1056 - American Ale™"
},
"food_pairing": [
"Margherita pizza with chili flakes",
"Spicy Thai peanut satay",
"Panna cotta with a grapefruit tuile"
],
"brewers_tips": "Experiment with other high alpha hops during dry-hop to discover their aroma and flavour characteristics.",
"contributed_by": "Ali Skinner <AliSkinner>"
}