GET /food/ingredients/{id}/substitutes

Get Ingredient Substitutes by ID

Search for substitutes for a given ingredient.

Request Traces

Request Headers

GET https://api.spoonacular.com/food/ingredients/{id}/substitutes
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "ingredient": "string",
   "message": "string",
   "substitutes":    [
      {
      },
   ],
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found