GET /recipes/{id}/tasteWidget.json

Taste by ID

Get a recipe's taste. The tastes supported are sweet, salty, sour, bitter, savory, and fatty.

Request Traces

Request Headers

GET https://api.spoonacular.com/recipes/{id}/tasteWidget.json
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "bitterness": 0,
   "fattiness": 0,
   "saltiness": 0,
   "savoriness": 0,
   "sourness": 0,
   "spiciness": 0,
   "sweetness": 0,
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found