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
Last updated
Was this helpful?