GET recipes/random
Summary: Get Random Recipes
Operation ID: getRandomRecipes
Auth: unknown
Operation ID: getRandomRecipes
Auth: unknown
Description
Find random (popular) recipes. If you need to filter recipes by diet, nutrition etc. you might want to consider using the complex recipe search endpoint and set the sort request parameter to random.
Parameters (3)
limitLicense
(boolean, query, optional, default: True)
Whether the recipes should have an open license that allows display with proper attribution.
number
(integer, query, optional, default: 10)
The maximum number of items to return (between 1 and 100). Defaults to 10.
Constraints: {'minimum': 1, 'maximum': 100}
tags
(string, query, optional)
The tags (can be diets, meal types, cuisines, or intolerances) that the recipe must have.
No probe data for this endpoint yet.