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
None
Response Formats
JSON
Availability
global
Status
Published
Rate Limits

unlimited

Supported Languages
JavaScriptPython
Use Cases
drink recipe apps
entertainment
https://www.thecocktaildb.com/api.php

Related APIs

Discover similar APIs that might interest you

APIopen source

Open Brewery DB

Open Brewery DB API is a free public API...

Category
Food & Drink
Endpoints
1
breweriesfood
APIopen source

Open Food Facts

Open Food Facts API is a free public API...

Category
Food & Drink
Endpoints
1
foodnutrition
APIopen source

TacoFancy API

TacoFancy API provides access to a colle...

Category
Food & Drink
Endpoints
1
foodrecipes
Cocktail DB API – Drink Recipes & Cocktail Public API | Free API Hub