← Back to catalog
cocktail.random
mock data$0.001 / callRandom Cocktail Recipe
Get a random cocktail recipe with full details — name, category, glass, instructions, ingredients, measures, image. Great for discovery and recommendations (TheCocktailDB)
Input schema
count
integerAlways returns 1 random cocktail with full recipe
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}'