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
Changes
Changed in 2 of the 2 revisions of this API.11
- ○
added the required property
items/countryto the response with the200statusresponse-required-property-added
- ○
- ▲
removed the required property
items/countryfrom the response with the200statusresponse-required-property-removed
- ▲