GET /recipes/findByIngredients
Search Recipes by Ingredients
Ever wondered what recipes you can cook with the ingredients you have in your fridge or pantry? This endpoint lets you find recipes that either maximize the usage of ingredients you have at hand (pre shopping) or minimize the ingredients that you don't currently have (post shopping).
Request Traces
Request Headers
GET https://api.spoonacular.com/recipes/findByIngredients
Accept: application/json
HTTP Response
HTTP 200
Success
[
{
"id": 0,
"image": "string",
"imageType": "string",
"likes": 0,
"missedIngredientCount": 0,
"missedIngredients": [
{
"aisle": "string",
"amount": 0,
"id": 0,
"image": "string",
"meta": [
{
},
],
"name": "string",
"original": "string",
"originalName": "string",
"unit": "string",
"unitLong": "string",
"unitShort": "string",
},
],
"title": "string",
"unusedIngredients": [
{
},
],
"usedIngredientCount": 0,
"usedIngredients": [
{
"aisle": "string",
"amount": 0,
"id": 0,
"image": "string",
"meta": [
{
},
],
"name": "string",
"original": "string",
"originalName": "string",
"unit": "string",
"unitLong": "string",
"unitShort": "string",
},
],
},
]
HTTP 401
Unauthorized
HTTP 403
Forbidden
HTTP 404
Not Found
