Skip to main content

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 Distillery object.

Parameters

No parameters.

Returns

Returns a single Distillery 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/distilleries/:id
{
	"id": "3095fdd4-bb5f-4d8e-8015-ec5c1339a624",
	"name": "Buffalo Trace",
	"founded": "1775",
	"location": "Frankfort, KY",
	"website": "https://www.buffalotracedistillery.com/",
	"logo_url": "https://cdn.onlydrams.app/logo_url",
	"company": {
		"id": "d8381a11-b881-4140-a908-c9607b506ebe",
		"name": "Sazerac"
	},
	"bottles": [
		{
			"id": "e00471e4-2c30-4f28-bb5b-b0be1554eae4",
			"name": "Blanton’s Single Barrel",
			"proof": 93.0,
			"price": 64.98999786376953,
			"variety": "bourbon",
			"size": "750",
			"image_url": "https://storage.googleapis.com/onlydrams/glj5otdr8gohtzfcc3zggang2he1?GoogleAccessId=onlydrams%40onlydrams.iam.gserviceaccount.com&Expires=1700540989&Signature=TOggdki00nR8mqDXucJ6kYWAq7%2BMwCsFcuqOUssGak9SPZu5dal0viOqbbYfu4o85o%2Bj8oEhy7W5Lq3O9iKFoOsr67jsOJFzLjZUEzCeSD5NZOmlgNleChjZlv3%2B2F4f45YgmwhB%2BBH63TbgHu%2FPow8vZWfAuSWF1iF%2F7cM%2F%2BCKWDS%2BYgGibQsn%2BWQ4QlwG4t3fo3qX1HM7LGtwNlc3oTN8kvLD8DcGOlWz1P7FuWsR45klo7gjqXlwG7dAaJc%2FU%2BbXtUIEpAd8X5X7ktoa0YFI9PXR6nz8sUyG5%2BZ7fkIuG1rekuQkX8csIc8vSfe7lxuBTGatUncZAY%2Fpy6Hxffw%3D%3D&response-content-disposition=inline%3B+filename%3D%22blantons-small.png%22%3B+filename%2A%3DUTF-8%27%27blantons-small.png&response-content-type=image%2Fpng",
			"juice_id": "9ca3b288-d465-4d6c-b23f-513bdcfb97f9"
		},
		{...},
		{...}
	],
	"bottleCount": 47
}