Cocktail recipe database - search, browse by letter, ingredients, and instructions.
Cocktail Details
ASYNCREADNo auth
Returns full cocktail detail with ingredients, measures, instructions, and glass.
ParametersFormJSON
Drink path slug after /drink/ (numeric id plus name, e.g. 11007-margarita)
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_thecocktaildb_cocktail_detail_ssr", "params": { "drink_slug": "11007-margarita" } }'