UnifyAPI
← Back to catalog

spoonacular.recipe_search

mock data$0.003 / call

Spoonacular Recipe Search

Search 365K+ recipes with dietary filters (vegan, keto, gluten-free), cuisine, meal type, and max prep time — includes nutrition data per result (Spoonacular)

Food & Nutritionprovider: Spoonacular#spoonacular#food

Input schema

diet

Diet filter: gluten free, ketogenic, vegetarian, lacto-vegetarian, ovo-vegetarian, vegan, pescetarian, paleo, primal, whole30

string
type

Meal type: main course, side dish, dessert, appetizer, salad, bread, breakfast, soup, beverage, sauce, marinade, fingerfood, snack, drink

string
query

Search query for recipes (e.g. "pasta", "chicken soup")

string
number

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

integer
offset

Offset for pagination (default 0)

integer
cuisine

Cuisine filter — comma-separated (e.g. "italian", "mexican,chinese")

string
intolerances

Intolerances filter — comma-separated (e.g. "dairy,gluten,peanut,shellfish")

string
max_ready_time

Maximum preparation time in minutes

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/spoonacular.recipe_search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"diet":"<diet>","type":"<type>","query":"<query>","number":0,"offset":0,"cuisine":"<cuisine>","intolerances":"<intolerances>","max_ready_time":0}'

Try it

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