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 26
Expand file tree
/
Copy pathbad_pixie.json
More file actions
97 lines (97 loc) · 2.01 KB
/
Copy pathbad_pixie.json
File metadata and controls
97 lines (97 loc) · 2.01 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
{
"id": 25,
"name": "Bad Pixie",
"tagline": "Spiced Wheat Beer.",
"first_brewed": "10/2008",
"description": "2008 Prototype beer, a 4.7% wheat ale with crushed juniper berries and citrus peel.",
"image_url": "https://images.punkapi.com/v2/25.png",
"abv": 4.7,
"ibu": 45,
"target_fg": 1010,
"target_og": 1047,
"ebc": 8,
"srm": 4,
"ph": 4.4,
"attenuation_level": 79,
"volume": {
"value": 20,
"unit": "litres"
},
"boil_volume": {
"value": 25,
"unit": "litres"
},
"method": {
"mash_temp": [
{
"temp": {
"value": 67,
"unit": "celsius"
},
"duration": 75
}
],
"fermentation": {
"temp": {
"value": 19,
"unit": "celsius"
}
},
"twist": "Crushed juniper berries: 12.5g, Lemon peel: 18.8g"
},
"ingredients": {
"malt": [
{
"name": "Wheat",
"amount": {
"value": 2.5,
"unit": "kilograms"
}
},
{
"name": "Extra Pale",
"amount": {
"value": 2.06,
"unit": "kilograms"
}
}
],
"hops": [
{
"name": "First Gold",
"amount": {
"value": 18.75,
"unit": "grams"
},
"add": "start",
"attribute": "bitter"
},
{
"name": "First Gold",
"amount": {
"value": 25,
"unit": "grams"
},
"add": "end",
"attribute": "flavour"
},
{
"name": "Sorachi Ace",
"amount": {
"value": 16.25,
"unit": "grams"
},
"add": "end",
"attribute": "flavour"
}
],
"yeast": "Wyeast 1056 - American Ale™"
},
"food_pairing": [
"Poached sole fillet with capers",
"Summer fruit salad",
"Banana split"
],
"brewers_tips": "Make sure you have plenty of room in the fermenter. Beers containing wheat can often foam aggressively during fermentation.",
"contributed_by": "Sam Mason <samjbmason>"
}