API Index - mkasfeldt/TheCocktailDB-Docs GitHub Wiki

Table of Contents

Free API Index

API Name Function Example
Lookup Cocktail by Name Returns a JSON object of all cocktails of the name in an array. https://www.thecocktaildb.com/api/json/v1/1/search.php?s=margarita
List Cocktails by First Letter Returns a JSON object of all cocktails that start with the specified letter (max 100 for free key). https://www.thecocktaildb.com/api/json/v1/1/search.php?f=a
List Cocktails with Ingredient Name Returns a JSON object of all cocktails with the specified ingredient (max 100 for free key). https://www.thecocktaildb.com/api/json/v1/1/search.php?i=vodka
Lookup Full Cocktail Details by Drink ID Returns a JSON object containing the recipe for a cocktail. https://www.thecocktaildb.com/api/json/v1/1/lookup.php?i=11007
Lookup Ingredient by Ingredient ID Returns a JSON object containing details about a cocktail ingredient. https://www.thecocktaildb.com/api/json/v1/1/lookup.php?iid=552
Lookup a Random Cocktail Returns a JSON object containing the recipe for a random cocktail. https://www.thecocktaildb.com/api/json/v1/1/random.php
List Cocktails by a Single Ingredient Returns a JSON object containing the cocktails the use the ingredient (max 100 for free key). https://www.thecocktaildb.com/api/json/v1/1/filter.php?i=Gin
List Cocktails by Alcohol Content Returns a JSON object containing the cocktails that have the queried alcohol content (max 100 for free key). https://www.thecocktaildb.com/api/json/v1/1/filter.php?a=Non_Alcoholic
List Cocktails by Category Return a JSON object containing the cocktails in a category (max 100 for free key). https://www.thecocktaildb.com/api/json/v1/1/filter.php?c=Ordinary_Drink
List Cocktails by Type of Glass Return a JSON object containing the cocktails served in a type of glass (max 100 for free key). https://www.thecocktaildb.com/api/json/v1/1/filter.php?g=Cocktail_glass
List All Categories Returns a JSON object of all of the categories (max 100 for free key). https://www.thecocktaildb.com/api/json/v1/1/list.php?c=list
List all Glass Types Returns a JSON object of all of the glass types (max 100 for free key). https://www.thecocktaildb.com/api/json/v1/1/list.php?g=list
List all Ingredients Returns a JSON object of all ingredients (max 100 for free key). https://www.thecocktaildb.com/api/json/v1/1/list.php?i=list
List all Alcohol Contents Returns a JSON object of all alcohol contents (max 100 for free key). https://www.thecocktaildb.com/api/json/v1/1/list.php?a=list
Display the Cocktail Thumbnail Image Displays the cocktail thumbnail image (100px by 100px). https://www.thecocktaildb.com/images/media/drink/qgdu971561574065.jpg/preview
Display the Small Ingredient Image Displays the small ingredient image (100px by 100px). https://www.thecocktaildb.com/images/ingredients/gin-Small.png
Display the Medium Ingredient Image Displays the medium ingredient image (350px by 350px). https://www.thecocktaildb.com/images/ingredients/gin-Medium.png
Display the Large Ingredient Image Displays the large ingredient image (700px by 700px). https://www.thecocktaildb.com/images/ingredients/gin.png

Subscriber API Index

API Name Function Example
Lookup Cocktail by Name Returns a JSON object of all cocktails of the name in an array. https://www.thecocktaildb.com/api/json/V2/1234/search.php?s=margarita
List Cocktails by First Letter Returns a JSON object of all cocktails that start with the specified letter. https://www.thecocktaildb.com/api/json/V2/1234/search.php?f=a
List Cocktails with Ingredient Name Returns a JSON object of all cocktails with the specified ingredient. https://www.thecocktaildb.com/api/json/V2/1234/search.php?i=vodka
Lookup Full Cocktail Details by Drink ID Returns a JSON object containing the recipe for a cocktail. https://www.thecocktaildb.com/api/json/V2/1234/lookup.php?i=11007
Lookup Ingredient by Ingredient ID Returns a JSON object containing details about a cocktail ingredient. https://www.thecocktaildb.com/api/json/V2/1234/lookup.php?iid=552
Lookup a Random Cocktail Returns a JSON object containing the recipe for a random cocktail. https://www.thecocktaildb.com/api/json/V2/1234/random.php
List Ten Random Cocktails Returns a JSON object containing the recipes for ten random cocktails. https://www.thecocktaildb.com/api/json/V2/1234/randomselection.php
List Popular Cocktails Returns a JSON object containing the recipes of the most popular cocktails. https://www.thecocktaildb.com/api/json/V2/1234/popular.php
List the Latest Cocktails Returns a JSON object containing the recipes of the most recently added cocktails. https://www.thecocktaildb.com/api/json/V2/1234/latest.php
List Cocktails by a Single Ingredient Returns a JSON object containing the cocktails the use the ingredient. https://www.thecocktaildb.com/api/json/V2/1234/filter.php?i=Gin
List Cocktails by Multiple Ingredients Returns a JSON object containing the list of cocktails that contain all ingredients in the query. https://www.thecocktaildb.com/api/json/V2/1234/filter.php?i=Dry_Vermouth,Gin,Anis
List Cocktails by Alcohol Content Returns a JSON object containing the cocktails that have the queried alcohol content. https://www.thecocktaildb.com/api/json/V2/1234/filter.php?a=Non_Alcoholic
List Cocktails by Category Return a JSON object containing the cocktails in a category. https://www.thecocktaildb.com/api/json/V2/1234/filter.php?c=Ordinary_Drink
List Cocktails by Type of Glass Return a JSON object containing the cocktails served in a type of glass. https://www.thecocktaildb.com/api/json/V2/1234/filter.php?g=Cocktail_glass
List All Categories Returns a JSON object of all of the categories. https://www.thecocktaildb.com/api/json/V2/1234/list.php?c=list
List all Glass Types Returns a JSON object of all of the glass types. https://www.thecocktaildb.com/api/json/V2/1234/list.php?g=list
List all Ingredients Returns a JSON object of all ingredients. https://www.thecocktaildb.com/api/json/V2/1234/list.php?i=list
List all Alcohol Contents Returns a JSON object of all alcohol contents. https://www.thecocktaildb.com/api/json/V2/1234/list.php?a=list
Display the Cocktail Thumbnail Image Displays the cocktail thumbnail image (100px by 100px). https://www.thecocktaildb.com/images/media/drink/qgdu971561574065.jpg/preview
Display the Small Ingredient Image Displays the small ingredient image (100px by 100px). https://www.thecocktaildb.com/images/ingredients/gin-Small.png
Display the Medium Ingredient Image Displays the medium ingredient image (350px by 350px). https://www.thecocktaildb.com/images/ingredients/gin-Medium.png
Display the Large Ingredient Image Displays the large ingredient image (700px by 700px). https://www.thecocktaildb.com/images/ingredients/gin.png