Search Recipes
search_recipesSearch Edamam's recipe database by keyword with optional diet, health, and cuisine filters. Returns recipes with calories, time, servings, and ingredient lists. Example: search_recipes({ query: "chicken curry", health: "gluten-free", limit: 5 })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| diet | No | Optional diet filter, e.g. "balanced", "high-protein", "low-carb", "low-fat" | |
| limit | No | Maximum recipes to return (default 10) | |
| query | Yes | Recipe search keywords, e.g. "chicken curry", "vegan brownies" | |
| health | No | Optional health label filter, e.g. "gluten-free", "vegan", "vegetarian", "peanut-free" | |
| _apiKey | No | Optional Edamam credentials (comma-separated nutrition,recipe,food pairs of app_id:app_key). Omit to use the platform key. | |
| cuisine | No | Optional cuisine type filter, e.g. "italian", "mexican", "indian", "japanese" |