← Back to catalog
cocktail.search
mock data$0.001 / callSearch Cocktail Recipes
Search 10,000+ cocktail recipes by name or filter by ingredient. Returns name, category, glass type, instructions, ingredients with measures, image. Search "margarita" or filter by "Vodka" (TheCocktailDB)
Input schema
name
stringCocktail name to search (e.g. "margarita", "mojito", "old fashioned")
ingredient
stringFilter by ingredient (e.g. "Vodka", "Rum", "Gin"). Returns cocktails containing this ingredient. Use name OR ingredient, not both.
Call via REST
curl -X POST https://unifyapi.pro/api/call/cocktail.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"name":"<name>","ingredient":"<ingredient>"}'