GET /food/ingredients/substitutes

Get Ingredient Substitutes

Search for substitutes for a given ingredient.

Request Traces

Request Headers

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

HTTP Response

HTTP 200

Success

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

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found