GET /recipes/complexSearch

Search Recipes

Search through hundreds of thousands of recipes using advanced filtering and ranking. NOTE: This method combines searching by query, by ingredients, and by nutrients into one endpoint.

Request Traces

Request Headers

GET https://api.spoonacular.com/recipes/complexSearch
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "number": 0,
   "offset": 0,
   "results":    [
      {
         "calories": 0,
         "carbs": "string",
         "fat": "string",
         "id": 0,
         "image": "string",
         "imageType": "string",
         "protein": "string",
         "title": "string",
      },
   ],
   "totalResults": 0,
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found