Wine Description
GET {{baseUrl}}/food/wine/description?wine=merlot
Get a simple description of a certain wine, e.g. malbec
, riesling
, or merlot
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
wine | string | (Required) The name of the wine that should be paired, e.g. "merlot", "riesling", or "malbec". |
RESPONSES
status: OK
{"wineDescription":"Merlot is a dry red wine which is smooth and medium bodied."}