Cocktail
GET /search/cocktailParameters
Parameter
Required
Description
Example
curl "https://api.uwuapps.org/search/cocktail?q=margarita"Response
{
"success": true,
"drinks": [
{
"id": "11007",
"name": "Margarita",
"category": "Ordinary Drink",
"alcoholic": "Alcoholic",
"glass": "Cocktail glass",
"instructions": "Rub the rim of the glass...",
"thumbnail": "https://www.thecocktaildb.com/images/media/drink/...",
"ingredients": [
{ "name": "Tequila", "measure": "1 1/2 oz" },
{ "name": "Triple sec", "measure": "1/2 oz" },
{ "name": "Lime juice", "measure": "1 oz" }
]
}
]
}Notes
Last updated
Was this helpful?
