---
title: "Get Ingredient Substitutes"
method: GET
path: "/food/ingredients/substitutes"
tags: ["ingredients"]
---

# Get Ingredient Substitutes

`GET /food/ingredients/substitutes`

Search for substitutes for a given ingredient.

## Query parameters

- `ingredientName` string, required

## Response `200`

Success

- object
  - `ingredient` string, required
  - `substitutes` string[], required
  - `message` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/spoonacular/apis/spoonacular-api.md) · [All operations](https://skmtc.net/spoonacular/apis/spoonacular-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spoonacular/spoonacular-api/revisions/bc2fbe4e8981/schema)
