GET food/wine/recommendation
Summary: Wine Recommendation
Operation ID: getWineRecommendation
Auth: unknown
Operation ID: getWineRecommendation
Auth: unknown
Description
Get a specific wine recommendation (concrete product) for a given wine type, e.g. "merlot".
Parameters (4)
maxPrice
(number, query, optional)
The maximum price for the specific wine recommendation in USD.
minRating
(number, query, optional)
The minimum rating of the recommended wine between 0 and 1. For example, 0.8 equals 4 out of 5 stars.
number
(number, query, optional, default: 10)
The number of wine recommendations expected (between 1 and 100).
Constraints: {'minimum': 1, 'maximum': 100}
wine
(string, query, required)
The type of wine to get a specific product recommendation for.
No probe data for this endpoint yet.