GET /recipes/findByNutrients

Search Recipes by Nutrients

Find a set of recipes that adhere to the given nutritional limits. You may set limits for macronutrients (calories, protein, fat, and carbohydrate) and/or many micronutrients.

Request Traces

Request Headers

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

HTTP Response

HTTP 200

Success

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

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found