GET /cocktails/random
Get a random cocktail recipe with full details: name, image, ingredients with measurements, mixing instructions, glass type, and category. Perfect for 'surprise me' drink features, cocktail-of-the-day widgets, bartending practice tools, and social gathering apps. Data from TheCocktailDB covering hundreds of classic and modern cocktails.
curl https://nordapi.ee/api/v1/cocktails/random
{
"data": {
"alcoholic": "Alcoholic",
"category": "Ordinary Drink",
"glass": "Cocktail glass",
"id": "15024",
"ingredients": [
{
"ingredient": "Absolut Vodka",
"measure": "2 oz "
},
{
"ingredient": "Cranberry juice",
"measure": "4 oz "
},
{
"ingredient": "Ginger ale",
"measure": "2 oz "
},
{
"ingredient": "Ice",
"measure": "Add "
}
],
"instructions": "Stir ingredients together. Serve over ice.",
"name": "Absolutely Cranberry Smash",
"thumbnail": "https://www.thecocktaildb.com/images/media/drink/vqwstv1472811884.jpg"
},
"success": true
}