Dish Pairing for Wine
GET {{baseUrl}}/food/wine/dishes?wine=malbec
Find a dish that goes well with a given wine.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
wine | string | (Required) The type of wine that should be paired, e.g. "merlot", "riesling", or "malbec". |
RESPONSES
status: OK
{"pairings":["stew","steak","chili","burger"],"text":"Malbec is a dry red wine which is bold and full bodied. It goes especially well with round steak, tri tip steak, steak, boneless pork chops, and pizza burger."}