UnifyAPI
← Back to catalog

spoonacular.by_ingredients

mock data$0.003 / call

Spoonacular Find by Ingredients

Find recipes using ingredients you have on hand — shows used/missing ingredients count, ranked by ingredient match (Spoonacular)

Food & Nutritionprovider: Spoonacular#spoonacular#food

Input schema

number

Number of results to return (default 10, max 100)

integer
ranking

Ranking mode: 1 = maximize used ingredients, 2 = minimize missing ingredients (default 1)

integer
ingredientsrequired

Comma-separated list of ingredients you have (e.g. "chicken,rice,tomato")

string
ignore_pantry

Ignore common pantry items like water, flour, salt (default false)

boolean

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.