Brewer's Friend Docs
  • Brewer's Friend Docs
  • Frequently Asked Questions
    • Recipes
    • Brew Sessions
    • Account Information
    • Platform Related
    • Additional Information
    • Contributing to BF
  • Recipe Builder
    • Recipe Setup
    • Quick Water Requirements
    • Mash Guidelines
    • Fermentables
      • Goal
    • Hops
    • Yeast
    • Other Ingredients
    • Advanced Settings
    • Water Chemistry
    • Priming Information
    • Cost
      • Currency
    • Versions
    • Description / Notes
    • Recipe Tools
    • Add Photos
  • Brew Session
    • Starting a Brew Session
      • Auto Batch Code
    • Brew Steps
    • Brew Log
    • Recipe View
    • Mash Calculator
    • Strike Water
    • Water Requirements
    • Water Chemistry
    • Fermentation
    • Device Notifications and Log Alerts
    • Notes
    • Edit
  • Inventory and Shopping
    • Inventory Deductions
    • Cost
    • Yeast
    • Search and Convert
    • CSV Import
    • BSG Invoice Import
    • Tags
    • Recipe Suggestions
  • Groups
    • Settings
    • Tanks
    • Device Notifications
  • Profile
    • Account
    • Membership
    • Public Profile
    • General
    • Equipment Profiles
    • Water Profiles
    • Brew Steps
    • Integrations
    • Devices
    • Brands
  • Devices
    • Tilt
      • Google Sheets
    • Floaty
    • iSpindel
    • Plaato
    • Stream
  • API
    • Brew Sessions
    • Device Streams
    • Fermentation
    • Recipes
      • Recipe Beer XML
    • Old API
      • 201309
        • Recipes
        • Brew Sessions
  • Changelog
  • Contributing
  • Contact
Powered by GitBook
On this page
  • Get Recipe Beer XML
  • Example

Was this helpful?

  1. API
  2. Recipes

Recipe Beer XML

Get Recipe Beer XML

GET https://api.brewersfriend.com/v1/recipes/:recipe_id.xml

This endpoint allows you to get a recipe in BeerXML format. Replace :recipe_id with the recipe id.

Path Parameters

Name
Type
Description

recipe_id

string

Recipe ID found in the edit or view recipe URL.

Headers

Name
Type
Description

X-API-KEY

string

Your API key

<?xml version="1.0" encoding="UTF-8"?>
<RECIPES>
 <RECIPE>
  <NAME>India Pale Weizen (w/ Weihenstephan)</NAME>
  <VERSION>1</VERSION>
  ...
 </RECIPE>
</RECIPES>  

Example

curl -H "X-API-Key: 535ad06757dd29bd83be1e635ec10530407a8XAVTX" \
https://api.brewersfriend.com/v1/recipes/573389983.xml
PreviousRecipesNextOld API

Last updated 5 years ago

Was this helpful?