On this page
Recursively retrieve the specified recipe's linked recipes
GET /api/v1/recipes/{recipe_id}/linksRequired Scopes
None (public endpoint).
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
recipe_id |
path | yes | integer |
Request Body
None.
Responses
200
links
Schema: array[recipe_output]
recipe_output
| Field | Type | Required | Description |
|---|---|---|---|
id |
integer | yes | |
slug |
string | yes | |
name |
string | yes | |
description |
string | yes | |
description_html |
string | yes | |
locale |
string | yes | |
serving |
integer | yes | |
serving_type |
string | yes | |
visibility |
string | yes | |
account |
account_output |
yes | |
likes_count |
integer | yes | |
boosts_count |
integer | yes | |
liked |
boolean | yes | |
boosted |
boolean | yes | |
ingredients |
array[object] | yes | |
steps |
array[] | yes |
Prev
Delete a recipe
Next
Perform a search
