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

Parameters

No parameters.

Returns

Returns a single Bottle object if one if found for the passed params. If none is found, an error will be returned instead.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/bottles/:id
{
	"id": "97028e78-5ddf-4e0b-8b99-698735fe3710",
	"price": 89.98999786376953,
	"secondary": 0.0,
	"rarity": "uncommon",
	"size": "750",
	"sku": "080686011408",
	"image_url": "https://cdn.onlydrams.app/images/...",
	"juice": {
		...
	},
	"relatives": [
		{...}
	],
	"batches": [
		{...}
	]
}