← Divertissement

Cocktail aléatoire

GET /cocktails/random

Obtenez un cocktail aléatoire recipe avec full details: name, image, ingredients avec measurements, mixing instructions, glass type, et category. Idéal pour les 'surprise me' drink features, cocktail-of-the-day widgets, bartending practice tools, et social gathering apps. Données de TheCocktailDB couvrant hundreds of classic et modern cocktails.

Exemples de requêtes

Utilisation de base
curl https://nordapi.ee/api/v1/cocktails/random

Réponse en direct

{
  "data": {
    "alcoholic": "Alcoholic",
    "category": "Cocktail",
    "glass": "Cocktail glass",
    "id": "11728",
    "ingredients": [
      {
        "ingredient": "Gin",
        "measure": "1 2/3 oz "
      },
      {
        "ingredient": "Dry Vermouth",
        "measure": "1/3 oz "
      },
      {
        "ingredient": "Olive",
        "measure": "1 "
      }
    ],
    "instructions": "Straight: Pour all ingredients into mixing glass with ice cubes. Stir well. Strain in chilled martini cocktail glass. Squeeze oil from lemon peel onto the drink, or garnish with olive.",
    "name": "Martini",
    "thumbnail": "https://www.thecocktaildb.com/images/media/drink/71t8581504353095.jpg"
  },
  "success": true
}