Browse recipes matching all given ingredients (What's in my fridge?)

Enter the ingredients you have at home and discover all the recipes you can prepare, ranked by match percentage. If you're missing just one item, the API flags it and suggests a substitution. The ultimate weapon against food waste: cook with what you have, not what you're "supposed" to buy. Use Cases: FOOD WASTE REDUCTION APPS • 'I have chicken, zucchini, rice and parmesan' — the API returns feasible recipes, ranked by match %. CONSUMER WELLNESS PLATFORMS • Combine 'what's in your fridge' with 'what you should eat based on your profile': compatible recipes made with your available ingredients. RESTAURANTS — LEFTOVER MANAGEMENT • At the end of the day, the restaurant enters available ingredients and receives suggestions for daily specials.

POST
/recipes/browse-by-ingredients
Recipes
Cost: 5 credits

Request

application/json
object

Request containing pagination and ingredient filters

BrowseRecipesByIngredientsRequest

Request for browsing recipes available to the authenticated account that match all specified ingredients

object

ingredients

string[]
string

recipeTypeId?

Optional filter by recipe type identifier

integer<int16> | null

isPublished?

Optional filter by publication status (true = published, false = unpublished)

boolean | null

isDeleted?

Optional filter by soft-delete status (true = deleted, false = active)

boolean | null

page

Zero-based page number

integer<int32> | null

size?

Number of items per page

integer<int32>

Demo