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
Query | Description | More detail |
---|---|---|
Beer styles categories | All categories of parents that regroup all bjcp beer styles | doc here |
Beer styles | Get all beer styles with many informations, it's the most important API | doc here |
Colors | Colors terms used by BJCP | doc here |
Hops | Hops terms used by BJCP | doc here |
Malt | Malt or Mashing terms used by BJCP | doc here |
Mix fermentation | Mix fermentation terms used by BJCP | doc here |
Yeast or Fermentation Terms | Yeast or Fermentation Terms used by BJCP | doc here |
Quality or Off-Flavor terms | Quality or Off-Flavor terms used by BJCP | doc here |
Filter, Sort, Pagination, Internationalization
All informations to manage your graphQL queries are available in strapi website here