UnifyAPI
← Back to catalog

spoonacular.recipe_details

mock data$0.003 / call

Spoonacular Recipe Details

Get full recipe details by ID — ingredients, step-by-step instructions, nutrition facts, dietary labels, prep time, servings, and price per serving (Spoonacular)

Food & Nutritionprovider: Spoonacular#spoonacular#food

Input schema

idrequired

Spoonacular recipe ID (from recipe_search or by_ingredients results)

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/spoonacular.recipe_details \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"id":0}'

Try it

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