Recipes

Get Recipes

POST https://www.brewersfriend.com/homebrew/api/201309/myrecipes

This endpoint return your recipes in JSON format.

Headers

NameTypeDescription

Content-Type

string

application/x-www-form-urlencoded

Request Body

NameTypeDescription

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