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 juice objects. This widget will only ever return 20 objects. No pagination stepping is required.

Parameters

No parameters.

Returns

Returns a list of 20 juice objects.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/widgets/recent
{
	"total": 20,
	"has_more": false,
	"data": [
		{
			"id": "fb6e4d9a-00ad-4e85-9db8-7f2b966c199b",
			"name": "Two James Spirits Johnny Smoking Gun American Whiskey",
			"proof": 87.0,
			"variety": "bourbon",
			"rarity": "common",
			"image_url": "https://storage.googleapis.com/onlydrams/ju36jnvc2bukj2jgnmcobn2of1be",
			"bottle_id": "0a7d24ff-b482-4890-80cb-3cc67857d2d6",
			"sizes": [
				{
					"id": "0a7d24ff-b482-4890-80cb-3cc67857d2d6",
					"size": "750",
					"price": 49.96,
					"secondary": 49.96,
					"secondary_outer_bound": 0.0,
					"rarity": "common",
					"image_url": "https://storage.googleapis.com/onlydrams/ju36jnvc2bukj2jgnmcobn2of1be",
					"sku": "091037588036",
					"optionals": []
				}
			],
			"age": 0,
			"origin": "Michigan",
			"months_old": null,
			"days_old": null
		},
		...
	]
}