Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
Returns a single Juice object.
Parameters
No parameters.
Returns
Returns a single Juice object if one if found for the passed params. If none is round, an error will be returned instead.
curl -H "Authorization: $ACCESS_TOKEN" \
--request GET \
--url https://api.onlydrams.app/api/v1/juices/:id
{
"id": "8190a041-1387-4934-bed7-57d9a7797ec9",
"name": "Zackariah Harris Bourbon",
"age": 0,
"proof": 80.0,
"variety": "blended grain",
"origin": "Kentucky, USA ",
"release": "ongoing",
"sizes": [
{
"id": "6e26e391-ff3d-4228-8f22-a6ee7a9df014",
"size": "1.75",
"price": 19.99,
"secondary": 0.0,
"rarity": "common",
"image_url": "https://cdn.onlydrams.app/images/..."
},
{...}
],
"distillery": {
"id": "e34b7305-a3f8-4699-9d95-f1aa3e368382",
"name": "1792 Barton"
},
"review_count": 0,
"average_rating": 0,
"territories": [],
"mashbill": []
}