← Afþreying

Handahófskenndur kokteill

GET /cocktails/random

Fáðu a random cocktail recipe with full details: name, image, ingredients with measurements, mixing instructions, glass type, and category. Fullkomið fyrir 'surprise me' drink eiginleika, cocktail-of-the-day widgets, bartending practice verkfæri, and social gathering forrit. Gögn frá TheCocktailDB sem nær yfir hundreds of classic and modern cocktails.

Dæmi um fyrirspurnir

Grunnnotkun
curl https://nordapi.ee/api/v1/cocktails/random

Lifandi svar

{
  "data": {
    "alcoholic": "Alcoholic",
    "category": "Shot",
    "glass": "Shot glass",
    "id": "14956",
    "ingredients": [
      {
        "ingredient": "Vodka",
        "measure": "2 cups "
      },
      {
        "ingredient": "Jello",
        "measure": "3 packages "
      },
      {
        "ingredient": "Water",
        "measure": "3 cups "
      }
    ],
    "instructions": "Boil 3 cups of water then add jello. Mix jello and water until jello is completely disolved. Add the two cups of vodka and mix together. Pour mixture into plastic shot glasses and chill until firm. Then, eat away...",
    "name": "Jello shots",
    "thumbnail": "https://www.thecocktaildb.com/images/media/drink/l0smzo1504884904.jpg"
  },
  "success": true
}