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": "Cocktail",
"glass": "Highball glass",
"id": "17177",
"ingredients": [
{
"ingredient": "demerara Sugar",
"measure": "2 tsp "
},
{
"ingredient": "Lime",
"measure": "1"
},
{
"ingredient": "Cachaca",
"measure": "2 1/2 oz"
}
],
"instructions": "Muddle the sugar into the lime wedges in an old-fashioned glass.\r\nFill the glass with ice cubes.\r\nPour the cachaca into the glass.\r\nStir well.",
"name": "Dark Caipirinha",
"thumbnail": "https://www.thecocktaildb.com/images/media/drink/uwstrx1472406058.jpg"
},
"success": true
}