UnifyAPI
← Back to catalog

cocktail.random

mock data$0.001 / call

Random Cocktail Recipe

Get a random cocktail recipe with full details — name, category, glass, instructions, ingredients, measures, image. Great for discovery and recommendations (TheCocktailDB)

Food & Nutritionprovider: Cocktail#cocktail#food

Input schema

count

Always returns 1 random cocktail with full recipe

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/cocktail.random \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"count":1}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.