
Your digital cellar for the finest drams.
Track your collection, log tasting notes, and let AI guide your next pour. DramLog is available now on Google Play.
Craftsmanship in every pixel
We've built a platform that respects the time and passion you invest in your whisky collection.
Scan any bottle
Point your camera at a label and DramLog reads the name, distillery, region, ABV, and age automatically.
Log your drams
Rate each pour, add tasting notes, record the serving style and venue. Your full whisky history in one place.
AI recommendations
Get two personalised picks every day — one bottle to buy, one dram to seek out — based on your ratings, collection, and flavour preferences.
A community for the initiated
DramLog is more than a personal tracker — it's a growing database built by enthusiasts, for enthusiasts. Every bottle you log enriches the shared library.
- database
Open whisky database
Every bottle added by the community is freely queryable via public API. No account or key required.
- lock
Private by default
Your tasting notes belong to you. Bottle metadata is public — your personal notes are not.
Free public whisky database
As DramLog users log bottles, the database grows. All whisky data is freely queryable — no account, no API key, no rate limits (fair use applies).
/whiskiesReturns a paginated list of whiskies.
q— Search name or distillerycountry— Filter by countryregion— Filter by regionpage— Page number, default 1limit— Max 100, default 20
// GET https://nzopuawtbskeanljyonb.supabase.co/functions/v1/public-api/whiskies?q=lagavulin&limit=2
{
"data": [
{
"id": "a1b2c3d4-...",
"name": "16 Year Old",
"distillery": "Lagavulin",
"region": "Islay",
"country": "Scotland",
"age": 16,
"abv": 43.0,
"image_url": "https://...",
"slug": "lagavulin-16-year-old"
}
],
"meta": { "page": 1, "limit": 2, "total": 1, "pages": 1 }
}/whiskies/:idReturns a single whisky by UUID. Returns 404 if not found.
// GET https://nzopuawtbskeanljyonb.supabase.co/functions/v1/public-api/whiskies/:id
{
"id": "a1b2c3d4-e5f6-...",
"name": "16 Year Old",
"distillery": "Lagavulin",
"region": "Islay",
"country": "Scotland",
"age": 16,
"abv": 43.0,
"image_url": "https://...",
"slug": "lagavulin-16-year-old"
}idUUID — stable identifiernameExpression namedistilleryDistillery nameregionWhisky region — may be nullcountryCountry of origin — may be nullageAge in years as integer, null for NASabvAlcohol by volume as float — may be nullbottle_sizeVolume in ml — may be nullimage_urlBottle photo, background removed — may be nullslugURL-safe identifiercreated_atISO 8601 timestampGet DramLog on Google Play
DramLog is live and free to download on Google Play. Start logging your collection today.
iPhone? Join the Waitlist
DramLog for iOS is in development. Leave your email and we'll notify you the moment it hits the App Store.
Privacy Policy
Last updated: May 2026
What we collect
- Your email address and public profile when you sign in via Google or Apple.
- Whisky check-ins you create: rating, tasting notes, serving style, and venue.
- Photos of whisky bottles you choose to upload.
- Your date of birth, used only to verify you are 18 or older. Not stored after verification.
How we use it
- To provide the DramLog service and your personal history.
- To build a shared, publicly queryable whisky database. Bottle metadata is public — your tasting notes are not.
- We do not sell your data or use it for advertising.
Third-party services
- Supabase — database, authentication, and file storage. Privacy policy ↗
- remove.bg — bottle photos may be processed to remove backgrounds. Not retained after processing. Privacy policy ↗
- Anthropic Claude — bottle label photos may be sent to Claude for whisky identification. Not used to train models. Privacy policy ↗
Data retention
Your data is retained while your account is active. You can request deletion at any time.
Your rights
Request a copy of your data or account deletion by emailing thedramlog@gmail.com.