← Unterhaltung

Zufälliger Cocktail

GET /cocktails/random

Erhalten Sie eine random cocktail recipe with full details: name, image, ingredients with measurements, mixing instructions, glass type, und category. Ideal für 'surprise me' drink features, cocktail-of-the-day widgets, bartending practice tools, und social gathering apps. Daten von TheCocktailDB covering hundreds of classic und modern cocktails.

Beispielanfragen

Grundlegende Verwendung
curl https://nordapi.ee/api/v1/cocktails/random

Live-Antwort

{
  "data": {
    "alcoholic": "Alcoholic",
    "category": "Ordinary Drink",
    "glass": "Cocktail glass",
    "id": "11255",
    "ingredients": [
      {
        "ingredient": "Sweet Vermouth",
        "measure": "1 oz "
      },
      {
        "ingredient": "Sloe gin",
        "measure": "1/2 oz "
      },
      {
        "ingredient": "Wine",
        "measure": "1/2 oz Muscatel "
      }
    ],
    "instructions": "Stir all ingredients with ice, strain into a cocktail glass, and serve.",
    "name": "Clove Cocktail",
    "thumbnail": "https://www.thecocktaildb.com/images/media/drink/qxvtst1461867579.jpg"
  },
  "success": true
}