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

Returns a user’s collection stats.
  curl -X GET https://api.onlydrams.app/api/v1/users/:id/collection/stats \
       -H "Content-Type: application/json" \
       -H "Authorization: Bearer $ACCESS_TOKEN"
{
	"username": "slb",
	"avatar_url": "https://storage.googleapis.com/onlydrams/hddwok61zvdqymhxvlbkz194eutf",
	"distribution": {
		"bourbon": 83.33,
		"rye": 16.67
	},
	"followers": 69,
	"following": 1,
	"bottle_count": 6,
	"collecting_since": 2020,
	"estimated_value": 323,
	"estimated_secondary_value": 813,
	"blurb": "Yes"
}