← Divertissement

Cocktail aléatoire

GET /cocktails/random

Obtenez une recette de cocktail aléatoire avec tous les détails : nom, image, ingrédients avec mesures, instructions de préparation, type de verre et catégorie. Parfait pour les fonctionnalités de boisson surprise, les widgets de cocktail du jour, les outils d'entraînement au bar et les applications de rencontre sociale. Données de TheCocktailDB couvrant des centaines de cocktails classiques et modernes.

Visualisez-le

Exemples de requêtes

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

Réponse en direct

{
  "data": {
    "alcoholic": "Non alcoholic",
    "category": "Cocoa",
    "glass": "Coffee mug",
    "id": "12736",
    "ingredients": [
      {
        "ingredient": "Heavy cream",
        "measure": "2 oz "
      },
      {
        "ingredient": "Milk",
        "measure": "6-8 oz "
      },
      {
        "ingredient": "Cinnamon",
        "measure": "1 stick "
      },
      {
        "ingredient": "Vanilla",
        "measure": "1 "
      },
      {
        "ingredient": "Chocolate",
        "measure": "2 oz finely chopped dark "
      },
      {
        "ingredient": "Whipped cream",
        "measure": "Fresh "
      }
    ],
    "instructions": "Heat the cream and milk with the cinnamon and vanilla bean very slowly for 15-20 minutes. (If you don't have any beans add 1-2 tsp of vanilla after heating). Remove the bean and cinnamon. Add the chocolate. Mix until fully melted. Serve topped with some very dense fresh whipped cream. Serves 1-2 depending upon how much of a glutton you are. For a richer chocolate, use 4 oz of milk, 4 oz of cream, 4 oz of chocolate. Serve in coffee mug.",
    "name": "Drinking Chocolate",
    "thumbnail": "https://www.thecocktaildb.com/images/media/drink/u6jrdf1487603173.jpg"
  },
  "success": true
}