Back to catalog
🍕

TheCocktailDB

API Key

Cocktail Recipes

🍕Food & DrinkHTTPSCORS enabled

Old Fashioned

TheCocktailDB

DrinkOld Fashioned
CategoryCocktail
GlassOld-fashioned glass
InstructionsMuddle sugar with bitters, add whiskey and ice, stir gently, garnish with an orange peel and cherry.
Ingredient 1Bourbon
Ingredient 2Angostura Bitters
Ingredient 3Sugar

Sample Response

response.json
1{
2 "drink": "Old Fashioned",
3 "category": "Cocktail",
4 "glass": "Old-fashioned glass",
5 "instructions": "Muddle sugar with bitters, add whiskey and ice, stir gently, garnish with an orange peel and cherry.",
6 "ingredient_1": "Bourbon",
7 "ingredient_2": "Angostura Bitters",
8 "ingredient_3": "Sugar"
9}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://www.thecocktaildb.com/api.php" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_API_KEY"
View Documentation

Similar APIs