Skip to main content

Beer styles categories

All categories of parents that regroup all bjcp beer styles

Query

query getBeerStyleCategories {
beerStyleCategories {
data {
id
attributes {
name
description
referenceNumber
}
}
}
}

JSON Response

{
"data": {
"beerStyleCategories": {
"data": [
{
"id": "1",
"attributes": {
"name": " Standard American Beer",
"description": "This category describes everyday American beers that have a wide public appeal. Containing both ales and lagers, ...",
"referenceNumber": 1
}
},
...
],
},
},
}