Skip to main content

Discover the GraphQL API

Root GraphQL API Endpoint

https://www.api-bjcp.com/graphql

Language support

To use a graphQL API, you need a language support for your favorites languages.

For exemple, you need an Appolo Client or Relay for Javascript language.

You can find all informations about languages support on offical documentation

Security

API is free for now and have a public access without authentication but all GraphQL mutation like create, delete and update are disabled to public access.

Queries availabled

QueryDescriptionMore detail
Beer styles categoriesAll categories of parents that regroup all bjcp beer stylesdoc here
Beer stylesGet all beer styles with many informations, it's the most important APIdoc here
ColorsColors terms used by BJCPdoc here
HopsHops terms used by BJCPdoc here
MaltMalt or Mashing terms used by BJCPdoc here
Mix fermentationMix fermentation terms used by BJCPdoc here
Yeast or Fermentation TermsYeast or Fermentation Terms used by BJCPdoc here
Quality or Off-Flavor termsQuality or Off-Flavor terms used by BJCPdoc here

Filter, Sort, Pagination, Internationalization

All informations to manage your graphQL queries are available in strapi website here