GET /api/v1/bakings/{baking_id}/links

Returns all bakings reachable through the step links of the specified baking, recursively up to the maximum link depth, filtered to those visible to the current user. Publicly accessible without authentication.

Required Scopes

None (public endpoint).

Parameters

Name In Required Type Description
baking_id path yes integer

Request Body

None.

Responses

200

linked bakings

Schema: array[baking_output]

baking_output

Field Type Required Description
id integer yes
name string yes
description string yes
description_html string yes
status string yes
serving integer yes
prepared_at string yes
recipe_id integer no
serving_type string no
likes_count integer yes
boosts_count integer yes
liked boolean yes
boosted boolean yes
published_at string yes
account account_output yes
ingredients array[ingredient_output] yes
steps array[] yes
media array[medium_output] yes