Whisky barrels
DramLog app icon
Available now · Android

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.

Scroll down

Craftsmanship in every pixel

We've built a platform that respects the time and passion you invest in your whisky collection.

GET IT ON GOOGLE PLAY →
document_scanner

Scan any bottle

Point your camera at a label and DramLog reads the name, distillery, region, ABV, and age automatically.

Scan a bottle →
edit_note

Log your drams

Rate each pour, add tasting notes, record the serving style and venue. Your full whisky history in one place.

Log a dram →
auto_awesome

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.

Get a recommendation →
Whisky bottles illustration
Community

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.

Open API

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).

Base URLhttps://nzopuawtbskeanljyonb.supabase.co/functions/v1/public-apiTry it ↗
GET/whiskies

Returns a paginated list of whiskies.

  • q Search name or distillery
  • country Filter by country
  • region Filter by region
  • page Page number, default 1
  • limit 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 }
}
GET/whiskies/:id

Returns 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"
}
Response fields
idUUID — stable identifier
nameExpression name
distilleryDistillery name
regionWhisky region — may be null
countryCountry of origin — may be null
ageAge in years as integer, null for NAS
abvAlcohol by volume as float — may be null
bottle_sizeVolume in ml — may be null
image_urlBottle photo, background removed — may be null
slugURL-safe identifier
created_atISO 8601 timestamp
Available Now · Android

Get DramLog on Google Play

DramLog is live and free to download on Google Play. Start logging your collection today.

Get it on
Google Play
Coming Soon · iOS

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.

No newsletters, no spam. We'll only contact you when iOS launches.

Legal

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.