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.
Request
Request containing pagination and ingredient filters
BrowseRecipesByIngredientsRequest
Request for browsing recipes available to the authenticated account that match all specified ingredients
object
BrowseRecipesByIngredientsRequest
Request for browsing recipes available to the authenticated account that match all specified ingredients
ingredients
string[]
ingredients
recipeTypeId?
Optional filter by recipe type identifier
isPublished?
Optional filter by publication status (true = published, false = unpublished)
isDeleted?
Optional filter by soft-delete status (true = deleted, false = active)
page
Zero-based page number
size?
Number of items per page