Drinks

9 endpoints match this tag.

Cocktail Categories

GET
/cocktails/categories

List all available cocktail categories (e.g., Ordinary Drink, Cocktail, Shot, Punch/Party Drink, Coffee/Tea, Homemade Liqueur). Use these to build filtered cocktail browsing by drink type. Data from TheCocktailDB.

Entertainment

By Ingredient

GET
/cocktails/ingredient/:ingredient

Find all cocktails that use a specific ingredient (e.g., vodka, rum, lime juice). Returns matching cocktail names and thumbnails. Useful for building 'cocktails you can make' features based on available ingredients, ingredient-focused recipe discovery, and bartending apps that organize drinks by spirit type. Data from TheCocktailDB.

Entertainment

Cocktail Ingredients

GET
/cocktails/ingredients

List all available cocktail ingredients in the database (vodka, rum, gin, tequila, various mixers, garnishes, etc.). Use this to build ingredient-based recipe search, 'what can I make with what I have' features, and bar inventory management tools. Data from TheCocktailDB.

Entertainment

Random Cocktail

GET
/cocktails/random

Get a random cocktail recipe with full details: name, image, ingredients with measurements, mixing instructions, glass type, and category. Perfect for 'surprise me' drink features, cocktail-of-the-day widgets, bartending practice tools, and social gathering apps. Data from TheCocktailDB covering hundreds of classic and modern cocktails.

Entertainment

Cocktail Search

GET
/cocktails/search

Search for cocktail recipes by name (e.g., margarita, mojito, old fashioned). Returns matching cocktails with names, images, ingredients with measurements, mixing instructions, glass type, and whether the drink is alcoholic. Data from TheCocktailDB. Useful for bartending apps, drink recipe sites, restaurant menu builders, and party planning tools.

Entertainment

Breweries by City

GET
/breweries/city/:city

Find all breweries in a specific city. Returns brewery names, types, addresses, phone numbers, and websites for every brewery in the given city. Useful for travel planning apps, local craft beer guides, brewery crawl route planners, and city-specific entertainment directories. Data from Open Brewery DB.

Food & Products

Breweries by Country

GET
/breweries/country/:country

Find all breweries in a specific country. Returns brewery names, types, addresses, and contact information. Use underscores for multi-word country names (e.g., united_states). Useful for country-level brewery directories, international craft beer market analysis, and tourism apps highlighting a nation's brewery scene. Data from Open Brewery DB.

Food & Products

Random Brewery

GET
/breweries/random

Discover a random brewery from the Open Brewery DB collection. Returns full brewery details including name, type, address, city, country, phone, and website. Great for 'discover a new brewery' features, random exploration tools, and adding serendipitous discovery to craft beer apps.

Food & Products

Brewery Search

GET
/breweries/search

Search for breweries by name across the Open Brewery DB database of 8,000+ breweries worldwide. Returns brewery names, types (micro, nano, brewpub, regional, large, planning, contract), addresses, cities, states, countries, phone numbers, and website URLs. Useful for brewery finder apps, craft beer tourism tools, and local discovery platforms.

Food & Products