GET /food/wine/pairing

Wine Pairing

Find a wine that goes well with a food. Food can be a dish name ("steak"), an ingredient name ("salmon"), or a cuisine ("italian").

Request Traces

Request Headers

GET https://api.spoonacular.com/food/wine/pairing
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "pairedWines":    [
      {
      },
   ],
   "pairingText": "string",
   "productMatches":    [
      {
         "averageRating": 0,
         "description": ,
         "id": 0,
         "imageUrl": "string",
         "link": "string",
         "price": "string",
         "ratingCount": 0,
         "score": 0,
         "title": "string",
      },
   ],
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found