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 an object with keys denoting the options available for the user to pick filter between.

Parameters

No parameters.
  curl -H "Authorization: $ACCESS_TOKEN" \
    --request GET \
    --url https://api.onlydrams.app/api/v1/users/$USER_ID/collection/pimp/options
{
	"varieties": [
		"american single malt",
		"american whiskey",
		"bourbon",
		"canadian",
		"rye"
	],
	"proofs": [
		"Below 80",
		"80-100",
		"100-120",
		"120-140"
	],
	"rarities": [
		"common",
		"uncommon",
		"rare",
		"unicorn"
	]
}