Get Similar Recipes

Find recipes that are similar to the given one. Fetching similar recipes implemented on top of Feed API where the client requests related type

By default only Recipe content type is returned, however, in the future, the support will be added to other returned types, such as Products, Featured groups of recipes, etc. This will be controlled by allowedTypes parameter

Parameters

Sample Request

curl "https://graph.whisk.com/v1/feed?type=related&itemId=9773cb7eca5d11e7ae7e42010a9a0035&limit=3" \
    -H "Accept: application/json" \
    -H "Authorization: Token <Access-Token>"

Response

See Recipe Feed response documentation

Last updated