Get Similar Recipes
GET {{baseUrl}}/recipes/:id/similar?number=10&limitLicense=true
Find recipes which are similar to the given one.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
number | number | The maximum number of items to return (between 1 and 100). Defaults to 10. | |
limitLicense | boolean | Whether the recipes should have an open license that allows display with proper attribution. |
RESPONSES
status: OK
[{"id":209128,"title":"Dinner Tonight: Grilled Romesco-Style Pork","imageType":"jpg","readyInMinutes":45,"servings":4,"sourceUrl":"http://www.seriouseats.com/recipes/2008/07/grilled-romesco-style-pork-salad-recipe.html"},{"id":31868,"title":"Dinner Tonight: Chickpea Bruschetta","imageType":"jpg","readyInMinutes":45,"servings":2,"sourceUrl":"http://www.seriouseats.com/recipes/2009/06/dinner-tonight-chickpea-bruschetta-babbo-nyc-recipe.html"}]