GET /food/ingredients/autocomplete

Autocomplete Ingredient Search

Autocomplete the entry of an ingredient.

Request Traces

Request Headers

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

HTTP Response

HTTP 200

Success

[
   {
      "aisle": "string",
      "id": 0,
      "image": "string",
      "name": "string",
      "possibleUnits":       [
         {
         },
      ],
   },
]
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found