GET /food/search

Search All Food

Search all food content with one call. That includes recipes, grocery products, menu items, simple foods (ingredients), and food videos.

Request Traces

Request Headers

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

HTTP Response

HTTP 200

Success

{
   "limit": 0,
   "offset": 0,
   "query": "string",
   "searchResults":    [
      {
         "name": "string",
         "results":          [
            {
               "content": "string",
               "id": "string",
               "image": "string",
               "link": "string",
               "name": "string",
               "relevance": 0,
               "type": "string",
            },
         ],
         "totalResults": 0,
      },
   ],
   "totalResults": 0,
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found