← Back to catalog
spoonacular.by_ingredients
mock data$0.003 / callSpoonacular Find by Ingredients
Find recipes using ingredients you have on hand — shows used/missing ingredients count, ranked by ingredient match (Spoonacular)
Input schema
number
integerNumber of results to return (default 10, max 100)
ranking
integerRanking mode: 1 = maximize used ingredients, 2 = minimize missing ingredients (default 1)
ingredientsrequired
stringComma-separated list of ingredients you have (e.g. "chicken,rice,tomato")
ignore_pantry
booleanIgnore common pantry items like water, flour, salt (default false)
Call via REST
curl -X POST https://unifyapi.pro/api/call/spoonacular.by_ingredients \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"number":0,"ranking":0,"ingredients":"<ingredients>","ignore_pantry":"<ignore_pantry>"}'