UnifyAPI
← Back to catalog

cocktail.search

mock data$0.001 / call

Search 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)

Food & Nutritionprovider: Cocktail#cocktail#food

Input schema

name

Cocktail name to search (e.g. "margarita", "mojito", "old fashioned")

string
ingredient

Filter by ingredient (e.g. "Vodka", "Rum", "Gin"). Returns cocktails containing this ingredient. Use name OR ingredient, not both.

string

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>"}'

Try it

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