Fermentation
Last updated
Last updated
GET
https://api.brewersfriend.com/v1/fermentation/:brew_session_id
This endpoint allows you to get fermentation data from a brew session. Replace :brew_session_id ith the brew session id.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
POST
https://api.brewersfriend.com/v1/fermentation/:brew_session_id/import
This endpoint allows you to post fermentation data for a brew session. The data is in the same format as either the JSON or CSV export in Brew Session Fermentation Export. Replace :brew_session_id with the brew session id.
Post an array of reading objects, the same format you will get from exporting data from a fermentation in the Brew Session Fermentation tab or the same you would post to in the Stream API.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
brew_session_id
string
Brew Session ID found in the brew session URL.
skip
number
Number of records to skip from 0
limit
number
Number of records to limit
from
string
Date in the format YYYY-MM-DD
to
string
Date in the format YYYY-MM-DD
X-API-KEY
string
Your API Key.
brew_session_id
string
Brew Session ID found in the brew session URL.
reset
boolean
set true to delete all readings for this brew session first.
Content-Type
string
application/json or text/csv
X-API-KEY
string
Your API Key.