Recommend beers based on a query

Returns the top 5 beer recommendations matching the natural language query, considering flavor profiles, food pairings, and beer styles.

get/api/beers/recommend

Query parameters

querystring required

Natural language query describing desired beer characteristics, food pairings, or preferences.

Response

List of recommended beers

idstring required
namestring required
stylestring required
brewerystring required
countrystring required
abvnumber float required
descriptionstring required
flavorNotesstring[] required
pairingNotesstring[] required

Changes

Changed in 2 of the 2 revisions of this API.11

    • added the required property items/country to the response with the 200 status

      response-required-property-added

    • removed the required property items/country from the response with the 200 status

      response-required-property-removed