← Entertainment

Random Cocktail

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.

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/cocktails/random

Live Response

{
  "data": {
    "alcoholic": "Alcoholic",
    "category": "Homemade Liqueur",
    "glass": "Collins Glass",
    "id": "12796",
    "ingredients": [
      {
        "ingredient": "Orange",
        "measure": "3 large "
      },
      {
        "ingredient": "Vodka",
        "measure": "3 cups "
      },
      {
        "ingredient": "Sugar",
        "measure": "1 1/3 cup superfine "
      }
    ],
    "instructions": "Pare very thinly the bright-colored rind from the oranges (no white). Blot the peel on paper towels to remove any excess oil. Put peel in a 4 cup screw-top jar. Add 2 cups vodka. Close jar. Store in a cool, dark place for 2 days or until the vodka has absorbed the flavor. Remove peel and add remaining vodka. Close jar and add remaining cup of vodka. Close the jar and store in a cool dark place at least 1 month to age.",
    "name": "Caribbean Orange Liqueur",
    "thumbnail": "https://www.thecocktaildb.com/images/media/drink/qwxuwy1472667570.jpg"
  },
  "success": true
}