Tipply is a cocktail app. If you’re under legal drinking age you can still explore – we’ll just show non-alcoholic drinks.
Browse the catalog by category – each panel shows how its drinks typically balance. Pick one to see every recipe in it.
An Alexander is composed of spirit, liqueur, and dairy components, shaken to integrate the ingredients well.
has_spirits > 0 AND has_liqueur > 0 AND has_dairy > 0 AND is_shaken > 0
A drink served hot which contains a spirit, spices, and wine, fortified wine, or aperitif, and excludes dairy.
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
A type of Long Drink containing a ginger-flavored sparkling component (typically ginger beer) and juice.
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 >= 4A combination of alcohol, sweetener, and fruit, without the use of juice or carbonation, served with small chunks of ice (ideally pebble ice).
( 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
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.
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
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.
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 >= 4Crustas are a type of Sour which has a sugared rim and a large citrus peel garnish.
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 = 0A 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.
(
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.25Fixes 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.
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
(
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
)A combination of alcoholic component (spirit, fortified wine, aperitif, or wine), a sweetener or liqueur, and whole egg, while excluding juice and dairy.
(
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 = 0A 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.
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 >= 4International 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.
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
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.
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 >= 4A 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.
( 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
Martinis are composed of a base spirit to which a fortified wine or aperitif has been added, and mixed by stirring, shaking, or building.
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 )
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.
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
Spirits combined with a sweetener, dairy, and eggs, while excluding juices and carbonation.
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
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.
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 )
A posset is composed of wine, beer, dairy and spices.
( has_wine > 0 OR has_fortified_wine > 0 OR has_aperitif > 0 OR has_beer > 0 ) AND has_dairy > 0 AND has_spices > 0
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.
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
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.
has_wine > 0 AND ( has_sweetener > 0 OR has_liqueur > 0 ) AND has_fruit > 0
A scaffia is a mix of spirit, liqueur, and bitters, which is not diluted with ice or water.
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
A Shandy is a combination of beer and citrus-flavored mixer.
has_beer > 0 AND has_carbonation > 0 AND recipe_not_garnish_count = 2
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.
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 >= 4Smashes 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.
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 < 4Sours 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.
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
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.
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
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.
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
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.
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
A spirit combined with a modifying component (either a fortified wine or aperitif), sweetened with a liqueur, and without juice, mixers, or carbonation.
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