GET recipes/{id}/similar
Summary: Get Similar Recipes
Operation ID: getSimilarRecipes
Auth: unknown
Operation ID: getSimilarRecipes
Auth: unknown
Description
Find recipes which are similar to the given one.
Parameters (3)
id
(number, path, required)
The id of the source recipe for which similar recipes should be found.
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}
No probe data for this endpoint yet.