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 radarlowmediumhighStrongDilutionVolumeIngredientsSweetSourBitter
    Typical range
    minavgmax
    ABV
    9%12%20%
    Dilution
    1.55×1.55×1.55×
    Volume
    3.2 oz6.9 oz11.3 oz
    Ingredients
    469
    Brix
    3.3%9.3%17.8%
    TTA
    0.1%0.35%0.7%
    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 radarlowmediumhighStrongDilutionVolume
  • 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 radarlowmediumhighStrongDilution
  • 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 radarlowmediumhighStrongDilution
  • 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 radarlowmediumhighStrongDilution
  • 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 radarlowmediumhighStrongDilution
  • 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 radarlowmediumhighStrongDilution
  • 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 radarlowmediumhighStrongDilutionVolume
  • 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 radarlowmediumhighStrongDilutionVolume
  • 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 radarlowmediumhighStrongDilution
  • 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 radarlowmediumhighStrongDilutionVolume
  • 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 radarlowmediumhighStrongDilutionVolume
  • 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 radarlowmediumhighStrongDilution
  • 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
IngredientsSweetSourBitter
Typical range
minavgmax
ABV
–23%–
Dilution
–1×–
Volume
–4.9 oz–
Ingredients
–7–
Brix
–10.4%–
TTA
–0.48%–
Browse Bishops recipes
VolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
8%11%13%
Dilution
1.24×1.46×1.7×
Volume
6.5 oz8.5 oz10.5 oz
Ingredients
4811
Brix
4%6.5%9.3%
TTA
0.4%0.61%1%
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 radarlowmediumhighStrongDilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
17%23%28%
Dilution
1.24×1.45×1.55×
Volume
3.5 oz4.6 oz5.9 oz
Ingredients
357
Brix
0.8%5.5%10.4%
TTA
0.1%0.18%0.3%
Browse Classics recipes
VolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
17%23%28%
Dilution
1.24×1.48×1.55×
Volume
2.9 oz4.1 oz5.9 oz
Ingredients
359
Brix
2.4%9%19.8%
TTA
0%0.16%0.3%
Browse Cobblers recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
7%14%24%
Dilution
1.55×1.59×1.7×
Volume
4.3 oz6.9 oz9.3 oz
Ingredients
5710
Brix
4.3%9.1%13.5%
TTA
0.4%0.73%1.2%
Browse Coladas recipes
highStrongDilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
6%10%12%
Dilution
1.24×1.5×1.7×
Volume
6.2 oz9 oz13.3 oz
Ingredients
5812
Brix
1.8%4.1%7%
TTA
0.4%0.54%0.8%
Browse Collins recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
–19%–
Dilution
–1.55×–
Volume
–5.5 oz–
Ingredients
–7–
Brix
–12.3%–
TTA
–0.5%–
Browse Crustas recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
8%17%26%
Dilution
1×1.5×1.55×
Volume
3.6 oz6.3 oz10.5 oz
Ingredients
3710
Brix
2.7%5.8%9.2%
TTA
0%0.51%0.9%
Browse Cups recipes
VolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
7%15%21%
Dilution
1.45×1.58×1.7×
Volume
4.2 oz6.9 oz8.6 oz
Ingredients
4811
Brix
3.1%6.6%9.6%
TTA
0.3%0.68%1.1%
Browse Fixes recipes
lowmediumhighStrongDilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
6%12%17%
Dilution
1.55×1.57×1.7×
Volume
4.7 oz7.9 oz11.3 oz
Ingredients
4710
Brix
2.4%5.1%7.7%
TTA
0.3%0.55%0.8%
Browse Fizzes recipes
VolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
11%17%23%
Dilution
1.55×1.53×1.7×
Volume
3.8 oz5.4 oz7.1 oz
Ingredients
469
Brix
2.4%7.1%11.2%
TTA
0%0.12%0.3%
Browse Flips recipes
StrongDilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
7%11%14%
Dilution
1.24×1.49×1.55×
Volume
5.6 oz7.9 oz10.1 oz
Ingredients
4711
Brix
3.1%6.3%13.1%
TTA
0.1%0.39%0.6%
Browse Highballs recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
8%14%18%
Dilution
1.45×1.58×1.55×
Volume
3.9 oz6.9 oz10.6 oz
Ingredients
4710
Brix
4.8%6.1%9.8%
TTA
0.1%0.57%0.9%
Browse International Sours recipes
lowmediumhighStrongDilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
12%23%30%
Dilution
1.24×1.43×1.55×
Volume
4 oz5 oz7 oz
Ingredients
358
Brix
1.5%6.7%11%
TTA
0%0.14%0.4%
Browse Juleps recipes
VolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
4%12%20%
Dilution
1×1.3×1.55×
Volume
4.2 oz7.7 oz12.1 oz
Ingredients
269
Brix
0.4%6%14.2%
TTA
0%0.37%0.8%
Browse Long Drinks recipes
mediumhighStrongDilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
19%25%30%
Dilution
1.24×1.44×1.55×
Volume
2.9 oz4.6 oz6.2 oz
Ingredients
346
Brix
0.1%1.8%5.3%
TTA
0%0.11%0.2%
Browse Martinis recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
16%16%16%
Dilution
1.55×1.55×1.55×
Volume
4.4 oz5.7 oz7 oz
Ingredients
678
Brix
5%5.8%6.6%
TTA
0.8%0.89%1%
Browse New Orleans Sours recipes
IngredientsSweetSourBitter
Typical range
minavgmax
ABV
7%13%18%
Dilution
1.55×1.48×1.55×
Volume
4.7 oz7 oz10.9 oz
Ingredients
679
Brix
2.7%8.5%8.2%
TTA
0.1%0.17%0.2%
Browse Nogs recipes
lowmediumhighStrongDilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
19%28%35%
Dilution
1.24×1.45×1.55×
Volume
3 oz3.9 oz5.3 oz
Ingredients
358
Brix
0.1%5.1%10.5%
TTA
0%0.06%0.2%
Browse Old Fashioneds recipes
IngredientsSweetSourBitter
Typical range
minavgmax
ABV
11%13%16%
Dilution
1.55×1.55×1.55×
Volume
3.9 oz5.6 oz7.7 oz
Ingredients
5812
Brix
1.2%8.9%14.1%
TTA
0.1%0.25%0.5%
Browse Possets recipes
VolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
5%11%16%
Dilution
1.45×1.56×1.7×
Volume
6.7 oz8.8 oz13.1 oz
Ingredients
5811
Brix
2.7%5.7%8.1%
TTA
0.1%0.54%0.9%
Browse Rickeys recipes
IngredientsSweetSourBitter
Typical range
minavgmax
ABV
11%13%23%
Dilution
1.45×1.35×1.55×
Volume
3.1 oz6.4 oz8.6 oz
Ingredients
487
Brix
3.1%7.5%10.1%
TTA
0.2%0.53%0.8%
Browse Sangarees recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
13%26%40%
Dilution
1×1×1×
Volume
1.5 oz3.8 oz8.7 oz
Ingredients
3610
Brix
1%8.1%13.1%
TTA
0.1%0.36%0.7%
Browse Scaffias recipes
IngredientsSweetSourBitter
Typical range
minavgmax
ABV
–40%–
Dilution
–1.24×–
Volume
–1.2 oz–
Ingredients
–2–
Brix
–0%–
TTA
–0%–
Browse Shandies recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
7%12%16%
Dilution
1.55×1.55×1.55×
Volume
6.2 oz8 oz10.1 oz
Ingredients
579
Brix
2.8%6.6%10.2%
TTA
0.4%0.56%0.9%
Browse Slings recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
23%29%35%
Dilution
1.45×1.45×1.45×
Volume
3.1 oz3.6 oz4 oz
Ingredients
457
Brix
3.2%4.2%6.5%
TTA
0%0.02%0.1%
Browse Smashes recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
9%16%22%
Dilution
1×1.57×1.9×
Volume
2.7 oz6.2 oz10.1 oz
Ingredients
369
Brix
1.6%6.7%12.2%
TTA
0.3%0.68%1.1%
Browse Sours recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
11%14%17%
Dilution
1.54×1.55×1.55×
Volume
5.4 oz6.7 oz8.7 oz
Ingredients
589
Brix
2.8%4.6%6.2%
TTA
0.6%0.69%0.7%
Browse Sparkling Sours recipes
VolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
11%14%19%
Dilution
1.54×1.55×1.55×
Volume
5.4 oz5.8 oz5.9 oz
Ingredients
7811
Brix
7%8.9%10.6%
TTA
0.4%0.7%0.9%
Browse Swizzles recipes
DilutionVolumeIngredientsSweetSourBitter
Typical range
minavgmax
ABV
20%18%20%
Dilution
1×1×1×
Volume
3.2 oz6.9 oz3.2 oz
Ingredients
888
Brix
9.9%8.7%9.9%
TTA
0.8%0.73%0.8%
Browse Toddies recipes