GET /food/wine/description
Wine Description
Get a simple description of a certain wine, e.g. "malbec", "riesling", or "merlot".
Request Traces
Request Headers
GET https://api.spoonacular.com/food/wine/description
Accept: application/json
HTTP Response
HTTP 200
Success
{
"wineDescription": "string",
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
