Recipes
Get Recipes
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"recipes": [
{
"recipe": {
...
}
}
]
}Last updated
POST https://www.brewersfriend.com/homebrew/api/201309/myrecipes
This endpoint return your recipes in JSON format.
Content-Type
string
application/x-www-form-urlencoded
api_key
string
Your API key found in the Account section.
api_email
string
Your Login email found in the Account section.
{
"recipes": [
{
"recipe": {
...
}
}
]
}Last updated