GET /food/ingredients/search

Ingredient Search

Search for simple whole foods (e.g. fruits, vegetables, nuts, grains, meat, fish, dairy etc.).

Request Traces

Request Headers

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

HTTP Response

HTTP 200

Success

{
   "number": 0,
   "offset": 0,
   "results":    [
      {
         "id": 0,
         "image": "string",
         "name": "string",
      },
   ],
   "totalResults": 0,
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found