---
title: "Autocomplete Ingredient Search"
method: GET
path: "/food/ingredients/autocomplete"
tags: ["ingredients"]
---

# Autocomplete Ingredient Search

`GET /food/ingredients/autocomplete`

Autocomplete the entry of an ingredient.

## Query parameters

- `query` string
- `number` integer
- `metaInformation` boolean
- `intolerances` string
- `language` 'en' | 'de'

## Response `200`

Success

- object[]
  - `name` string, required
  - `image` string, required
  - `id` integer
  - `aisle` string
  - `possibleUnits` string[]

## 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)
