← Viihde

Satunnainen cocktail

GET /cocktails/random

Hae a random cocktail recipe with full details: name, image, ingredients with measurements, mixing instructions, glass type, and category. Sopii 'surprise me' drink features, cocktail-of-the-day widgets, bartending practice tools, and social gathering apps. Data TheCocktailDB covering hundreds of classic and modern cocktails.

Esimerkkipyynnöt

Peruskäyttö
curl https://nordapi.ee/api/v1/cocktails/random

Reaaliaikainen vastaus

{
  "data": {
    "alcoholic": "Non alcoholic",
    "category": "Shake",
    "glass": "Highball Glass",
    "id": "12688",
    "ingredients": [
      {
        "ingredient": "Milk",
        "measure": "2 cups "
      },
      {
        "ingredient": "Chocolate syrup",
        "measure": null
      },
      {
        "ingredient": "Mint syrup",
        "measure": null
      }
    ],
    "instructions": "Place all ingredients in the blender jar - cover and whiz on medium speed until well blended. Pour in one tall, 2 medium or 3 small glasses and drink up.",
    "name": "Just a Moonmint",
    "thumbnail": "https://www.thecocktaildb.com/images/media/drink/znald61487604035.jpg"
  },
  "success": true
}