GET /cocktails/random
Rufen Sie ein zufälliges Cocktailrezept mit vollständigen Details ab: Name, Bild, Zutaten mit Mengenangaben, Mischanweisungen, Glastyp und Kategorie. Perfekt für „Überrasche mich"-Getränkefunktionen, Cocktail-des-Tages-Widgets, Barkeeper-Übungstools und Apps für gesellschaftliche Zusammenkünfte. Daten von TheCocktailDB, das Hunderte klassischer und moderner Cocktails abdeckt.
curl https://nordapi.ee/api/v1/cocktails/random
{
"data": {
"alcoholic": "Alcoholic",
"category": "Ordinary Drink",
"glass": "Collins glass",
"id": "12188",
"ingredients": [
{
"ingredient": "Sherry",
"measure": "2 oz cream "
},
{
"ingredient": "Powdered sugar",
"measure": "1 tsp "
},
{
"ingredient": "Egg",
"measure": "1 whole "
},
{
"ingredient": "Milk",
"measure": null
},
{
"ingredient": "Nutmeg",
"measure": null
}
],
"instructions": "Shake sherry, powdered sugar, and egg with ice and strain into a collins glass. Fill with milk and stir. Sprinkle nutmeg on top and serve.",
"name": "Sherry Eggnog",
"thumbnail": "https://www.thecocktaildb.com/images/media/drink/xwrpsv1478820541.jpg"
},
"success": true
}