Skip to main content
GET
Get a recipe

Authorizations

X-API-Key
string
header
required

An API key created from a signed-in session. See Authentication.

Path Parameters

id
string<uuid>
required

Recipe id

Response

The recipe

A recipe with every ingredient list and its mash schedule.

id
string<uuid>
read-only

Unique identifier

user_id
string
read-only

Owning account

name
string

Recipe name

style
string | null

Beer style

type
enum<string>

Brewing method

Available options:
all_grain,
extract,
partial_mash
batch_size_liters
number

Target volume in the fermenter, in litres

boil_time_minutes
integer

Boil duration in minutes

efficiency
number

Brewhouse efficiency as a decimal (0–1)

notes
string | null

Freeform recipe notes

est_color_srm
number | null

Estimated colour in SRM

created_at
string<date-time>
read-only

ISO 8601 timestamp

updated_at
string<date-time>
read-only

ISO 8601 timestamp

fermentables
object[]
hops
object[]
yeasts
object[]
miscs
object[]
mash_steps
object[]