API Reference
Example: Add Bottle
{
"brand": "Lagavulin",
"name": "16",
"abv": "43%",
"spirit_type": "Whisky",
"subtype": "Scotch",
"description": "",
"photo": "data:image/png;base64,..."
}
Example: Add Review
{
"name": "Alex",
"review_text": "Smoky with dried fruit",
"notes": ["note_Fruity", "subnote_cooked_fruit"],
"score": 8,
"bottle_id": 12,
"event_id": 3
}