GET /recipes/{id}/similar

Get Similar Recipes

Find recipes which are similar to the given one.

Request Traces

Request Headers

GET https://api.spoonacular.com/recipes/{id}/similar
Accept: application/json

HTTP Response

HTTP 200

Success

[
   {
      "id": 0,
      "imageType": "string",
      "readyInMinutes": 0,
      "servings": 0,
      "sourceUrl": "string",
      "title": "string",
   },
]
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found