Skip to main content

Hops

Hops terms used by BJCP

Query

query getHopTerms {
hopTerms {
data {
id
attributes {
name
description
}
}
}
}

JSON Response

{
"data": {
"hopTerms": {
"data": [
{
"id": "1",
"attributes": {
"name": "American hops",
"description": "American brewing hops from the craft beer era, typically having citrusy, resiny, evergreen, or ..."
}
},
...
],
},
},
}