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 paginated list of bottle objects. This widget will only ever return 10 objects. No pagination stepping is required.

Parameters

No parameters.

Returns

Returns a list of 10 bottle objects.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/widgets/popular
{
	"total": 10,
	"has_more": false,
	"data": [
		{
			"id": "e00471e4-2c30-4f28-bb5b-b0be1554eae4",
			"name": "Blanton's Single Barrel",
			"proof": 93.0,
			"price": 64.99,
			"rarity": "rare",
			"variety": "bourbon",
			"size": "750",
			"image_url": "https://storage.googleapis.com/onlydrams/8o0hx9v12434oxt0p1qbl73t4204",
			"juice_id": "9ca3b288-d465-4d6c-b23f-513bdcfb97f9"
		},
		...
	]
}