Cocktail DB
Cocktail DB API provides free access to a rich database of cocktail recipes, ingredient details, and drink categories. Developers can use this Public API to build bartending apps, recipe websites, or drink recommendation tools. The API is open and requires no authentication, making it easy to integrate and use in various projects.
1
Endpoints
0
Views
Jul 20, 2025
Last Checked
Unlimited
Rate Limit
API Endpoints
Returns cocktail details based on the search query name.
Full URL
https://www.thecocktaildb.com/api/json/v1/1/search.php?s={cocktail_name}
Code Examples
curl -X GET 'https://www.thecocktaildb.com/api/json/v1/1/search.php?s={cocktail_name}'
Parameters
{ "s": "string (required) - Name of the cocktail to search" }
Example Response
{
"drinks": [
{
"idDrink": "11007",
"strDrink": "Margarita",
"strIngredient1": "Tequila",
"strIngredient2": "Triple sec",
"strIngredient3": "Lime juice",
"strInstructions": "Rub the rim of the glass with the lime slice to make the salt stick to it..."
}
]
}
Version
v1
Rate Limit
unlimited
Tags
cocktailsfoodrecipes
Technical Details
Authentication
NoneResponse Formats
JSONAvailability
globalStatus
Published Rate Limits
unlimited
Supported Languages
JavaScriptPython
Use Cases
drink recipe apps
entertainment
Related APIs
Discover similar APIs that might interest you