spoonacular.recipes.by_ingredients
Find recipes based on available ingredients, showing used and missing items count, and ranking by ingredient match.
Instructions
Find recipes using ingredients you have on hand — shows used/missing ingredients count, ranked by ingredient match (Spoonacular)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ingredients | Yes | Comma-separated list of ingredients you have (e.g. "chicken,rice,tomato") | |
| number | No | Number of results to return (default 10, max 100) | |
| ranking | No | Ranking mode: 1 = maximize used ingredients, 2 = minimize missing ingredients (default 1) | |
| ignore_pantry | No | Ignore common pantry items like water, flour, salt (default false) |