GET /recipes/{id}/ingredientWidget.json
Ingredients by ID
Get a recipe's ingredient list.
Request Traces
Request Headers
GET https://api.spoonacular.com/recipes/{id}/ingredientWidget.json
Accept: application/json
HTTP Response
HTTP 200
Success
{
"ingredients": [
{
"amount": {
"metric": {
"unit": "string",
"value": 0,
},
"us": {
"unit": "string",
"value": 0,
},
},
"image": "string",
"name": "string",
},
],
}
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
