Are you of legal drinking age?

Tipply is a cocktail app. If you’re under legal drinking age you can still explore – we’ll just show non-alcoholic drinks.

Tipply.
  • Sources
  • Ingredients
  • Recipes
  • Resources
  • Nearby
Log in / Sign up
  • Sources
  • Ingredients
  • Recipes
  • Resources
  • Nearby

Categories

Browse the catalog by category – each panel shows how its drinks typically balance. Pick one to see every recipe in it.

  • Alexanders

    12 recipes

    An Alexander is composed of spirit, liqueur, and dairy components, shaken to integrate the ingredients well.

    Formula
    has_spirits > 0
    AND has_liqueur > 0
    AND has_dairy > 0
    AND is_shaken > 0
    Category density radarlowmediumhighStrongSweetSourDilutionBitterIngredientsVolume
    Typical range
    minavgmax
    Volume
    3.2 oz6.9 oz11.3 oz
    Dilution
    1.55×1.55×1.55×
    Brix
    1.4%8.3%17.3%
    ABV
    9%12%18%
    TTA
    0%0.23%0.5%
    Ingredients
    469
    Browse Alexanders recipes
  • Bishops

    1 recipe

    A drink served hot which contains a spirit, spices, and wine, fortified wine, or aperitif, and excludes dairy.

    Formula
    has_spirits > 0
    AND (
    	has_wine > 0
    	OR has_fortified_wine > 0
    	OR has_aperitif > 0
    )
    AND has_spices > 0
    AND has_dairy = 0
    AND is_heated > 0
    Category density radarlowmediumhighStrongSweetSour
  • Bucks

    14 recipes

    A type of Long Drink containing a ginger-flavored sparkling component (typically ginger beer) and juice.

    Formula
    has_spirits > 0
    AND (
            has_lemon_juice > 0
            OR has_lime_juice > 0
            OR has_orange_juice > 0
            OR has_grapefruit_juice > 0
            OR has_prepared_juice > 0
    )
    AND has_ginger_sparkling > 0
    AND recipe_ingredient_volume_start_mixer_percent >= 0.30
    AND recipe_ingredient_volume_start >= 4
    Category density radarlowmediumhighStrongSweet
  • Classics

    249 recipes
  • Cobblers

    15 recipes

    A combination of alcohol, sweetener, and fruit, without the use of juice or carbonation, served with small chunks of ice (ideally pebble ice).

    Formula
    (
    	has_spirits > 0
    	OR has_wine > 0
    	OR has_fortified_wine > 0
    	OR has_aperitif > 0
    	OR has_liqueur > 0
    )
    AND (
    	has_sweetener > 0
    	OR has_liqueur > 0
    )
    AND (
    	has_fruit > 0
    	OR has_fruit_garnish > 0
    )
    AND has_lemon_juice = 0
    AND has_lime_juice = 0
    AND has_orange_juice = 0
    AND has_grapefruit_juice = 0
    AND has_prepared_juice = 0
    AND is_blended = 0
    AND has_carbonation = 0
    AND is_carbonated = 0
    AND has_ice_serve_small > 0
    Category density radarlowmediumhighStrongSweet
  • Coladas

    34 recipes

    Coladas are a type of Sour composed of a base spirit, a sweetener, and juice or muddled fruit. Coladas exclude fortified wine and carbonation. Coladas are mixed by blending or shaking, not swizzling, and may have additional ice adding when serving if that ice is of small pieces.

    Formula
    has_spirits > 0
    AND (
    	has_sweetener > 0
    	OR has_liqueur > 0
    	OR has_ice_cream > 0
    )
    AND (
    	has_lemon_juice > 0
    	OR has_lime_juice > 0
    	OR has_orange_juice > 0
    	OR has_grapefruit_juice > 0
    	OR has_prepared_juice > 0
    )
    AND (
    	recipe_ingredient_volume_start_juice_percent >= 0.10
    	OR (
    		has_fruit_muddled > 0
    		OR has_corn_water > 0
    	)
    )
    AND has_fortified_wine = 0
    AND has_carbonation = 0
    AND is_carbonated = 0
    AND is_swizzled = 0
    AND (
    	(
    		has_ice_serve_small > 0
    	)
    	OR is_blended > 0
    	OR has_ice_cream > 0
    )
    AND (
    	is_blended > 0
    	OR is_shaken > 0
    )
    AND recipe_ingredient_volume_start_sweetener_percent >= 0.25
    AND is_built = 0
    Category density radarlowmediumhighStrong
  • Collins

    44 recipes

    A Collins is a type of Long Drink which contains a base spirit, a sweetener, juice, and a neutral-flavored, carbonated mixer. Collins are also served with ice.

    Formula
    has_spirits > 0
    AND
    (
            has_sweetener > 0
            OR has_liqueur > 0
    )
    AND (
            has_lemon_juice > 0
            OR has_lime_juice > 0
            OR has_orange_juice > 0
            OR has_grapefruit_juice > 0
            OR has_prepared_juice > 0
    )
    AND (
            (
                    has_neutral_sparkling > 0
            )
            OR is_carbonated > 0
    )
    AND has_ice_serve > 0
    AND recipe_ingredient_volume_start_mixer_percent >= 0.30
    AND recipe_ingredient_volume_start >= 4
    Category density radarlowmedium
  • Crustas

    1 recipe

    Crustas are a type of Sour which has a sugared rim and a large citrus peel garnish.

    Formula
    has_sugar_rim > 0
    AND has_peel_large > 0
    AND has_spirits > 0
    AND (
            has_liqueur > 0
            OR has_sweetener > 0
    )
    AND (
            has_lemon_juice > 0
            OR has_lime_juice > 0
            OR has_orange_juice > 0
            OR has_grapefruit_juice > 0
            OR has_prepared_juice > 0
    )
    AND (
            recipe_ingredient_volume_start_juice_percent >= 0.10
            OR (
                    has_fruit_muddled > 0
                    OR has_corn_water > 0
            )
    )
    AND (
            CASE
                    WHEN is_carbonated > 0
                    THEN 1
                    WHEN recipe_ingredient_volume_start_mixer_percent <= 0.2
                    THEN 1
                    ELSE 0
            END
    ) > 0
    AND is_built = 0
    Category density radarlowmediumhighStrong
  • Cups

    33 recipes

    A combination of alcohol, sweetener, and fruit, prepared in the same glass it is served in. The sweetener and any mixer or juice components are used in amounts less than 25% of the total volume.

    Formula
    (
            has_spirits > 0
            OR has_wine > 0
            OR has_fortified_wine > 0
            OR has_aperitif > 0
            OR has_liqueur > 0
    )
    AND (
            has_sweetener > 0
            OR has_liqueur > 0
    )
    AND has_fruit > 0
    AND (
            is_built > 0
            OR is_open_pour > 0
            OR is_muddled > 0
    )
    AND is_blended = 0
    AND recipe_ingredient_volume_start_mixer_percent <= 0.25
    AND recipe_ingredient_volume_start_sweetener_percent < 0.25
    AND recipe_ingredient_volume_start_juice_percent < 0.25
    Category density radarlowmediumhighStrong
  • Fixes

    62 recipes

    Fixes have a base spirit, a sweetener, and juice or muddled fruit. Unlike Daisies, Fixes can be sweetened with a liqueur and are served with small pieces of ice.

    Formula
    has_spirits > 0
    AND (
    	has_liqueur > 0
    	OR has_sweetener > 0
    )
    AND (
    	has_lemon_juice > 0
    	OR has_lime_juice > 0
    	OR has_orange_juice > 0
    	OR has_grapefruit_juice > 0
    	OR has_prepared_juice > 0
    )
    AND (
    	recipe_ingredient_volume_start_juice_percent >= 0.10
    	OR (
    		has_fruit_muddled > 0
    		OR has_corn_water > 0
    	)
    )
    AND has_carbonation = 0
    AND has_ice_serve_small > 0
    AND recipe_ingredient_volume_start_mixer_percent <= 0.15
    AND recipe_ingredient_volume_start_sweetener_percent < 0.25
    AND is_built = 0
    Category density radarlowmediumhighStrongSweet
  • Fizzes

    66 recipes
    Formula
    (
            is_shaken > 0
            OR is_blended > 0
    )
    AND has_spirits > 0
    AND (
            has_liqueur > 0
            OR has_sweetener > 0
    )
    AND (
            has_lemon_juice > 0
            OR has_lime_juice > 0
            OR has_orange_juice > 0
            OR has_grapefruit_juice > 0
            OR has_prepared_juice > 0
            OR has_fruit_muddled > 0
            OR has_corn_water > 0
    )
    AND (
            has_carbonation > 0
            OR has_beer > 0
    )
    AND has_ice_serve = 0
    AND (
            (
                    has_carbonation > 0
                    AND recipe_ingredient_volume_start_mixer_percent >= 0.10
                    AND (                        
                            recipe_ingredient_volume_start_juice_percent >= 0.10
                            OR (
                                    has_fruit_muddled > 0
                                    OR has_corn_water > 0
                            )
                    )
                    AND has_ice_prep > 0
            )
            AND recipe_ingredient_volume_start_sweetener_percent < 0.25
            AND is_built = 0
    )
    Category density radar
  • Flips

    17 recipes

    A combination of alcoholic component (spirit, fortified wine, aperitif, or wine), a sweetener or liqueur, and whole egg, while excluding juice and dairy.

    Formula
    (
            has_spirits > 0
            OR has_fortified_wine > 0
            OR has_aperitif > 0
            OR has_wine > 0
    )
    AND (
            has_liqueur > 0
            OR has_sweetener > 0
    )
    AND has_eggs > 0
    AND has_lemon_juice = 0
    AND has_lime_juice = 0
    AND has_orange_juice = 0
    AND has_grapefruit_juice = 0
    AND has_prepared_juice = 0 
    AND has_dairy = 0
    Category density radarlowmediumhighStrongSweet
  • Highballs

    5 recipes

    A Highball is a type of Long Drink composed of a spirit, no sweetener or liqueur, and a mixer. A small volume of juice may be added.

    Formula
    has_spirits > 0
    AND has_sweetener = 0
    AND has_liqueur = 0
    AND (
            has_carbonation > 0
            OR is_carbonated > 0
    )
    AND recipe_ingredient_volume_start_juice_percent < 0.25
    AND recipe_ingredient_volume_start_mixer_percent >= 0.30
    AND recipe_ingredient_volume_start >= 4
    Category density radarlowmediumhigh
  • International Sours

    22 recipes

    International Sours, falling within the Daisy sub-category of Sours, have a base spirit, liqueurs other than orange liqueur and nut-flavored liqueurs as a sweetener, and juice or muddled fruit. Like other Daisies, International Sours are served with larger ice.

    Formula
    has_spirits > 0
    AND has_liqueur > 0
    AND has_orange_liqueur = 0
    AND has_nut_liqueur = 0
    AND (
    	has_lemon_juice > 0
    	OR has_lime_juice > 0
    	OR has_orange_juice > 0
    	OR has_grapefruit_juice > 0
    	OR has_prepared_juice > 0
    )
    AND (
    	recipe_ingredient_volume_start_juice_percent >= 0.10
    	OR (
    		has_fruit_muddled > 0
    		OR has_corn_water > 0
    	)
    )
    AND has_ice_serve_small = 0
    AND recipe_ingredient_volume_start_mixer_percent <= 0.15
    AND recipe_ingredient_volume_start_sweetener_percent < 0.25
    AND is_built = 0
    Category density radarlowmediumhighStrong
  • Juleps

    16 recipes

    This drink category is defined as a combination of spirits, sweetener (syrup or muddled fruit), a lack of juice, small serving ice, and an herbal spice component. Fresh mint leaves are the most common choice for the herbal spice, but any other option, such as bitters, amaro, or seasonal flavors can be used.

    Formula
    has_spirits > 0
    AND (
            has_sweetener > 0
            OR has_fruit_muddled > 0
    )
    AND has_herbal_component > 0
    AND has_lemon_juice = 0
    AND has_lime_juice = 0
    AND has_orange_juice = 0
    AND has_grapefruit_juice = 0
    AND has_prepared_juice = 0 
    AND has_ginger_sparkling = 0
    AND (
            has_ice_prep_small > 0
            OR has_ice_serve_small > 0
    )
    AND recipe_ingredient_volume_final >= 4
    Category density radar
  • Long Drinks

    166 recipes

    A drink with an alcohol component to which a mixer, carbonated or not, has been added in significant quantity, so as to increase, or "lengthen" the drink's volume. A Long Drink may contain a small amount of juice, but do not contain muddled ingredients.

    Formula
    (
    	has_spirits > 0
    	OR has_liqueur > 0
    	OR has_amaro > 0
    )
    AND (
    	has_mixer > 0
    	OR has_carbonation > 0
    	OR is_carbonated > 0
    )
    AND (
    	has_fruit_muddled = 0
    	AND has_corn_water = 0
    )
    AND recipe_ingredient_volume_start_juice_percent < 0.10
    AND recipe_ingredient_volume_start_mixer_percent >= 0.30
    AND recipe_ingredient_volume_start >= 4
    Category density radarlowmediumhighStrongSweet
  • Martinis

    81 recipes

    Martinis are composed of a base spirit to which a fortified wine or aperitif has been added, and mixed by stirring, shaking, or building.

    Formula
    has_spirits > 0
    AND has_wine = 0
    AND has_beer = 0
    AND (
    	has_fortified_wine > 0
    	OR has_aperitif > 0
    )
    AND has_sweetener = 0
    AND has_liqueur = 0
    AND has_lemon_juice = 0
    AND has_lime_juice = 0
    AND has_orange_juice = 0
    AND has_grapefruit_juice = 0
    AND has_prepared_juice = 0
    AND has_dairy = 0
    AND has_dairy_eggs = 0
    AND has_water = 0
    AND has_carbonation = 0
    AND has_ice_serve = 0
    AND (
    	is_stirred > 0
    	OR is_built > 0
    	OR is_shaken > 0
    	OR is_infused > 0
    )
    Category density radarlow
  • New Orleans Sours

    2 recipes

    International Sours, falling within the Daisy sub-category of Sours, have a base spirit, orange liqueur as a sweetener, and juice or muddled fruit. Like other Daisies, International Sours are served with larger ice.

    Formula
    has_spirits > 0
    AND has_orange_liqueur > 0
    AND (
    	has_lemon_juice > 0
    	OR has_lime_juice > 0
    	OR has_orange_juice > 0
    	OR has_grapefruit_juice > 0
    	OR has_prepared_juice > 0
    )
    AND (
    	recipe_ingredient_volume_start_juice_percent >= 0.10
    	OR (
    		has_fruit_muddled > 0
    		OR has_corn_water > 0
    	)
    )
    AND has_ice_serve_small = 0
    AND recipe_ingredient_volume_start_mixer_percent <= 0.15
    AND recipe_ingredient_volume_start_sweetener_percent < 0.25
    AND is_built = 0
    Category density radarlowmediumhighStrong
  • Nogs

    7 recipes

    Spirits combined with a sweetener, dairy, and eggs, while excluding juices and carbonation.

    Formula
    has_spirits > 0
    AND has_sweetener > 0
    AND has_dairy > 0
    AND has_eggs > 0
    AND has_lemon_juice = 0
    AND has_lime_juice = 0
    AND has_orange_juice = 0
    AND has_grapefruit_juice = 0
    AND has_prepared_juice = 0
    AND has_carbonation = 0
    Category density radarlowmediumhighStrongSweetSour
  • Old Fashioneds

    120 recipes

    An Old Fashioned composed of ingredients limited to a base spirit, a sweetener (can be a liqueur), and bitters. This type of drink is diluted with ice or water, and mixed by stirring, shaking, or building.

    Formula
    has_spirits > 0
    AND has_fortified_wine = 0
    AND has_aperitif = 0
    AND has_wine = 0
    AND has_beer = 0
    AND (
    	has_sweetener > 0
    	OR has_liqueur > 0
    )
    AND has_ice_cream = 0
    AND has_lemon_juice = 0
    AND has_lime_juice = 0
    AND has_orange_juice = 0
    AND has_grapefruit_juice = 0
    AND has_prepared_juice = 0
    AND has_dairy = 0
    AND has_dairy_eggs = 0
    AND (
    	has_water > 0
    	OR has_ice_prep > 0
    	OR has_ice_serve > 0
    )
    AND has_carbonation = 0
    AND has_bitters > 0
    AND (
    	is_stirred > 0
    	OR is_built > 0
    	OR is_shaken > 0
    )
    Category density radar
  • Possets

    3 recipes

    A posset is composed of wine, beer, dairy and spices.

    Formula
    (
    	has_wine > 0
    	OR has_fortified_wine > 0
    	OR has_aperitif > 0
    	OR has_beer > 0
    )
    AND has_dairy > 0
    AND has_spices > 0
    Category density radarlowmediumhighStrongSweetSour
  • Rickeys

    31 recipes

    A Rickey is a type of Long Drink containing a base spirit, sweetener, juice or fruit, which is shaken and served with ice and with a carbonated ingredient.

    Formula
    has_spirits > 0
    AND (
    	has_sweetener > 0
    	OR has_liqueur > 0
    )
    AND (
    	has_lemon_juice > 0
    	OR has_lime_juice > 0
    	OR has_orange_juice > 0
    	OR has_grapefruit_juice > 0
    	OR has_prepared_juice > 0
    	OR has_fruit_muddled > 0
    	OR has_fruit_syrup > 0
    )
    AND (
    	has_carbonation > 0
    	AND has_neutral_sparkling = 0
    )
    AND (
    	has_ice_serve > 0
    	OR is_open_pour > 0
    )
    AND recipe_ingredient_volume_start_mixer_percent >= 0.30
    AND recipe_ingredient_volume_start >= 4
    Category density radarlowmediumhighStrongSweet
  • Sangarees

    10 recipes

    A Sangaree, or Sangria, is a wine-based drink which also includes a sweetener and fruit. Typically these are mixed in multi-serving or communal batches.

    Formula
    has_wine > 0
    AND (
    	has_sweetener > 0
    	OR has_liqueur > 0
    )
    AND has_fruit > 0
    Category density radarlowmediumhighStrongSweetSour
  • Scaffias

    6 recipes

    A scaffia is a mix of spirit, liqueur, and bitters, which is not diluted with ice or water.

    Formula
    has_spirits > 0
    AND has_liqueur > 0
    AND has_bitters > 0
    AND has_water = 0
    AND has_ice_prep = 0
    AND has_ice_serve = 0
    Category density radarlowmediumhighStrong
  • Shandies

    1 recipe

    A Shandy is a combination of beer and citrus-flavored mixer.

    Formula
    has_beer > 0
    AND has_carbonation > 0
    AND recipe_not_garnish_count = 2
    Category density radarlowmediumhighStrongSweetSour
  • Slings

    45 recipes

    A Sling is a type of Long Drink containing a base spirit, a sweetener and juice, which is shaken then served with ice and a carbonated ingredient. Unlike other Long Drinks, a Sling's volume is composed of less mixers and more juice.

    Formula
    has_spirits > 0
    AND (
            has_sweetener > 0
            OR has_liqueur > 0
    )
    AND (
            has_lemon_juice > 0
            OR has_lime_juice > 0
            OR has_orange_juice > 0
            OR has_grapefruit_juice > 0
            OR has_prepared_juice > 0
    )
    AND (
            (
                    has_carbonation > 0
            )
            OR is_carbonated > 0
    )
    AND is_shaken > 0
    AND (
            has_ice_serve > 0
            OR is_open_pour > 0
    )
    AND (
            recipe_ingredient_volume_start_mixer_percent >= 0.125
            AND recipe_ingredient_volume_start_mixer_percent < 0.3
    )
    AND recipe_ingredient_volume_start >= 4
    Category density radarlowmediumhighStrong
  • Smashes

    10 recipes

    Smashes are a combination of spirits, sweetener (syrup or muddled fruit), a lack of juice, small serving ice, and an herbal spice component. Fresh mint leaves are the most common choice for the herbal spice, but any other option, such as bitters, amaro, or seasonal flavors can be used. In specification, Smashes differ from Juleps only on size: a Smash has a volume of 4 ounces or less, whereas a Julep can be larger.

    Formula
    has_spirits > 0
    AND (
            has_sweetener > 0
            OR has_fruit_muddled > 0
    )
    AND has_herbal_component > 0
    AND has_lemon_juice = 0
    AND has_lime_juice = 0
    AND has_orange_juice = 0
    AND has_grapefruit_juice = 0
    AND has_prepared_juice = 0 
    AND has_ginger_sparkling = 0
    AND (
            has_ice_prep_small > 0
            OR has_ice_serve_small > 0
    )
    AND recipe_ingredient_volume_final < 4
    Category density radarlowmediumhighStrong
  • Sours

    539 recipes

    Sours are composed of a base spirit, a sweetener, a juice or muddled fruit, and may have a small amount of carbonated or non-carbonated mixer added. This category of drink can be mixed in a variety of ways, excluding bulding, and is not served with ice.

    Formula
    has_spirits > 0
    AND (
    	has_liqueur > 0
    	OR has_sweetener > 0
    )
    AND (
    	has_lemon_juice > 0
    	OR has_lime_juice > 0
    	OR has_orange_juice > 0
    	OR has_grapefruit_juice > 0
    	OR has_prepared_juice > 0
    )
    AND (
    	recipe_ingredient_volume_start_juice_percent >= 0.10
    	OR (
    		has_fruit_muddled > 0
    		OR has_corn_water > 0
    	)
    )
    AND has_ice_serve = 0
    AND (
    	CASE
    		WHEN is_carbonated > 0
    		THEN 1
    		WHEN recipe_ingredient_volume_start_mixer_percent <= 0.15
    		THEN 1
    		ELSE 0
    	END
    ) > 0
    AND is_built = 0
    Category density radarlowmediumhighStrong
  • Sparkling Sours

    3 recipes

    Fizzes are a type of Sour and are known for their foamy heads. These recipes contain a base spirit, a sweetener, juice or muddled fruit, and a carbonated ingredient. Fizzes are served without ice.

    Formula
    has_spirits > 0
    AND (
    	has_liqueur > 0
    	OR has_sweetener > 0
    )
    AND (
    	has_lemon_juice > 0
    	OR has_lime_juice > 0
    	OR has_orange_juice > 0
    	OR has_grapefruit_juice > 0
    	OR has_prepared_juice > 0
    	OR has_fruit_muddled > 0
    	OR has_corn_water > 0
    )
    	AND (
    	has_carbonation > 0
    	OR has_beer > 0
    )
    AND has_ice_serve > 0
    	AND (
    	(
    		has_carbonation > 0
    		AND recipe_ingredient_volume_start_mixer_percent >= 0.10
    		AND (
    			recipe_ingredient_volume_start_juice_percent >= 0.10
    			OR (
    				has_fruit_muddled > 0
    				OR has_corn_water > 0
    			)
    		)
    	)
    )
    AND recipe_ingredient_volume_start_sweetener_percent < 0.25
    AND is_built = 0
    Category density radarlowmediumhighStrong
  • Swizzles

    6 recipes

    Swizzles have a base spirit, a sweetener, juice, and a spice component. A mixer may be added, but the volume must be 20% or less of the total volume. Importantly, the swizzling technique is used to mix these recipes.

    Formula
    has_spirits > 0
    AND (
    	has_liqueur > 0
    	OR has_sweetener > 0
    )
    AND (
    	has_lemon_juice > 0
    	OR has_lime_juice > 0
    	OR has_orange_juice > 0
    	OR has_grapefruit_juice > 0
    	OR has_prepared_juice > 0
    )
    AND has_spices > 0
    AND is_swizzled > 0
    AND recipe_ingredient_volume_start_mixer_percent <= 0.20
    Category density radarlowmediumhighStrongSweet
  • Toddies

    2 recipes

    A Toddy has a base spirit, a non-liqueur sweetener, a lemon-flavored ingredient, a spice component, and water, while being served hot or not.

    Formula
    has_spirits > 0
    AND (
    	has_sweetener > 0
    	OR has_ice_cream > 0
    )
    AND (
    	has_lemon_juice > 0
    	OR has_lemon_flavor > 0
    )
    AND has_water > 0
    AND has_spices > 0
    Category density radarlowmediumhighStrong
DilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
–4.9 oz–
Dilution
–1×–
Brix
–9.4%–
ABV
–23%–
TTA
–2.56%–
Ingredients
–7–
Browse Bishops recipes
SourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
6.5 oz8.5 oz10.5 oz
Dilution
1.24×1.46×1.55×
Brix
5.1%8.6%13.5%
ABV
7%10%13%
TTA
0.1%0.29%0.3%
Ingredients
488
Browse Bucks recipes

A spirit combined with a modifying component (either a fortified wine or aperitif), sweetened with a liqueur, and without juice, mixers, or carbonation.

Formula
has_spirits > 0
AND (
        has_fortified_wine > 0
        OR has_aperitif > 0
)
AND has_liqueur > 0
AND has_carbonation = 0
AND has_lemon_juice = 0
AND has_lime_juice = 0
AND has_orange_juice = 0
AND has_grapefruit_juice = 0
AND has_prepared_juice = 0 
AND has_mixer = 0
Category density radarlowmediumhighStrongSweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
3.5 oz4.6 oz5.9 oz
Dilution
1.45×1.45×1.55×
Brix
0.8%4.7%9.2%
ABV
16%22%29%
TTA
0%0.29%1.3%
Ingredients
457
Browse Classics recipes
SourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
2.9 oz4.1 oz5.9 oz
Dilution
1.24×1.48×1.55×
Brix
0.3%9.7%19.8%
ABV
17%22%28%
TTA
0%0.09%0.3%
Ingredients
359
Browse Cobblers recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
4.3 oz6.9 oz8.6 oz
Dilution
1.55×1.59×1.9×
Brix
2.5%9.1%15.4%
ABV
7%14%20%
TTA
0.1%0.31%0.7%
Ingredients
4710
Browse Coladas recipes
highStrongSweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
6.2 oz9 oz13.3 oz
Dilution
1.24×1.5×1.7×
Brix
1.7%4.5%8.1%
ABV
7%10%14%
TTA
0%0.55%1.1%
Ingredients
5812
Browse Collins recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
–5.5 oz–
Dilution
–1.55×–
Brix
–11.6%–
ABV
–21%–
TTA
–0.15%–
Ingredients
–7–
Browse Crustas recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
3.6 oz6.3 oz10.5 oz
Dilution
1.45×1.5×1.55×
Brix
3.1%6.4%11.4%
ABV
8%16%24%
TTA
0%0.44%1.3%
Ingredients
3710
Browse Cups recipes
SourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
4.2 oz6.9 oz8.6 oz
Dilution
1.45×1.58×1.7×
Brix
4%7.3%11.1%
ABV
9%15%20%
TTA
0.2%0.51%1.3%
Ingredients
4811
Browse Fixes recipes
lowmediumhighStrongSweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
4.7 oz7.9 oz11.3 oz
Dilution
1.55×1.57×1.7×
Brix
2.2%5.6%8.9%
ABV
6%12%16%
TTA
0%0.6%1.7%
Ingredients
4710
Browse Fizzes recipes
SourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
3.8 oz5.4 oz7.1 oz
Dilution
1.55×1.53×1.7×
Brix
2.8%7.6%11.2%
ABV
12%17%21%
TTA
0%0.3%1%
Ingredients
469
Browse Flips recipes
StrongSweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
5.6 oz7.9 oz10.1 oz
Dilution
1.24×1.49×1.55×
Brix
3.1%6.1%13.1%
ABV
7%11%14%
TTA
0%0.49%2%
Ingredients
4711
Browse Highballs recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
3.9 oz6.9 oz10.6 oz
Dilution
1.45×1.58×1.55×
Brix
3.4%6.2%9.6%
ABV
10%13%16%
TTA
0%0.46%0.6%
Ingredients
4710
Browse International Sours recipes
lowmediumhighStrongSweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
4.1 oz5 oz5.1 oz
Dilution
1.24×1.43×1.55×
Brix
2.8%7.7%14.3%
ABV
19%21%27%
TTA
0%0.21%0.2%
Ingredients
358
Browse Juleps recipes
SourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
4.5 oz7.7 oz12.1 oz
Dilution
1×1.3×1.55×
Brix
0%6.6%15.6%
ABV
4%12%20%
TTA
0%0.76%3.1%
Ingredients
269
Browse Long Drinks recipes
mediumhighStrongSweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
2.9 oz4.6 oz6.2 oz
Dilution
1.24×1.44×1.55×
Brix
0.1%1.6%4.5%
ABV
17%25%32%
TTA
0%0.19%0.9%
Ingredients
346
Browse Martinis recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
4.4 oz5.7 oz7 oz
Dilution
1.55×1.55×1.55×
Brix
5.4%6.4%7.5%
ABV
15%15%15%
TTA
0.2%0.27%0.3%
Ingredients
678
Browse New Orleans Sours recipes
DilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
4.7 oz7 oz10.9 oz
Dilution
1.55×1.48×1.55×
Brix
4.1%8.5%8.4%
ABV
5%14%19%
TTA
0%0.44%0.9%
Ingredients
679
Browse Nogs recipes
lowmediumhighStrongSweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
2 oz4.1 oz5.8 oz
Dilution
1.24×1.45×1.55×
Brix
0.1%4.9%14.4%
ABV
19%26%35%
TTA
0%0.01%0%
Ingredients
358
Browse Old Fashioneds recipes
DilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
3.9 oz5.6 oz7.7 oz
Dilution
1.55×1.55×1.55×
Brix
1.5%5.2%12.2%
ABV
12%15%18%
TTA
0.2%0.97%1.5%
Ingredients
5812
Browse Possets recipes
SourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
6.7 oz8.8 oz13.1 oz
Dilution
1.45×1.56×1.7×
Brix
0.3%5.9%11.8%
ABV
7%11%16%
TTA
0%0.58%1.9%
Ingredients
5811
Browse Rickeys recipes
DilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
3.1 oz6.4 oz8.6 oz
Dilution
1.45×1.35×1.55×
Brix
0.5%7.5%7.8%
ABV
11%13%23%
TTA
0.3%1.77%2%
Ingredients
487
Browse Sangarees recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
1.5 oz3.8 oz8.7 oz
Dilution
1×1×1×
Brix
0.8%4.5%9.3%
ABV
16%26%38%
TTA
0%1.34%5.3%
Ingredients
3610
Browse Scaffias recipes
DilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
–1.2 oz–
Dilution
–1.24×–
Brix
–0%–
ABV
–40%–
TTA
–0%–
Ingredients
–2–
Browse Shandies recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
6.2 oz8 oz10.1 oz
Dilution
1.55×1.55×1.55×
Brix
2.6%7.5%10.2%
ABV
7%12%16%
TTA
0.1%0.47%1.5%
Ingredients
579
Browse Slings recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
–3.6 oz–
Dilution
–1.45×–
Brix
–4.2%–
ABV
–27%–
TTA
–0%–
Ingredients
–5–
Browse Smashes recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
2.7 oz6.2 oz10.1 oz
Dilution
1×1.57×1.9×
Brix
0.6%7%13.4%
ABV
9%15%22%
TTA
0%0.44%1.3%
Ingredients
369
Browse Sours recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
5.4 oz6.7 oz8.7 oz
Dilution
1.54×1.55×1.55×
Brix
2.4%5%6.6%
ABV
11%14%17%
TTA
0.2%0.27%0.4%
Ingredients
589
Browse Sparkling Sours recipes
SourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
5.4 oz5.8 oz5.9 oz
Dilution
1.54×1.55×1.55×
Brix
6.4%9.1%10.4%
ABV
10%14%20%
TTA
0.1%0.78%1.6%
Ingredients
7811
Browse Swizzles recipes
SweetSourDilutionBitterIngredientsVolume
Typical range
minavgmax
Volume
3.2 oz6.9 oz3.2 oz
Dilution
1×1×1×
Brix
11%9.2%11%
ABV
19%19%19%
TTA
0.3%0.22%0.3%
Ingredients
888
Browse Toddies recipes