GET /food/wine/dishes
Dish Pairing for Wine
Find a dish that goes well with a given wine.
Request Traces
Request Headers
GET https://api.spoonacular.com/food/wine/dishes
Accept: application/json
HTTP Response
HTTP 200
Success
{
"pairings": [
{
},
],
"text": "string",
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
