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": "Beer",
"glass": "Pint glass",
"id": "13128",
"ingredients": [
{
"ingredient": "Lager",
"measure": "1/2 pint "
},
{
"ingredient": "Cider",
"measure": "1/2 pint "
},
{
"ingredient": "Blackcurrant cordial",
"measure": "1 dash "
}
],
"instructions": "Pour the lager first then add the blackcurrant cordial. Top up with the cider. The colour sholud be very dark approaching the colour of Guiness.",
"name": "Diesel",
"thumbnail": "https://www.thecocktaildb.com/images/media/drink/sxrrqq1454512852.jpg"
},
"success": true
}