GET /cocktails/random
Saage a random cocktail recipe with full details: name, image, ingredients with measurements, mixing instructions, glass type, and category. Sobib 'surprise me' drink features, cocktail-of-the-day widgets, bartending practice tools, and social gathering apps. Andmed TheCocktailDB covering hundreds of classic and modern cocktails.
curl https://nordapi.ee/api/v1/cocktails/random
{
"data": {
"alcoholic": "Alcoholic",
"category": "Cocktail",
"glass": "Collins glass",
"id": "17252",
"ingredients": [
{
"ingredient": "Vodka",
"measure": "1 1/2 oz"
},
{
"ingredient": "Grapefruit Juice",
"measure": "3 oz"
}
],
"instructions": "Add the vodka to a Collins glass filled with ice.\nTop with grapefruit juice and stir.\n\n",
"name": "Greyhound",
"thumbnail": "https://www.thecocktaildb.com/images/media/drink/g5upn41513706732.jpg"
},
"success": true
}