Drinks

9 endpoints match this tag.

Categorías de cócteles

GET
/cocktails/categories

Liste 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. Datos de TheCocktailDB.

Entretenimiento

Por ingrediente

GET
/cocktails/ingredient/:ingredient

Encuentre all cocktails that use a specific ingredient (e.g., vodka, rum, lime juice). Devuelve matching cocktail names and thumbnails. Útil para crear 'cocktails you can make' features based on available ingredients, ingredient-focused recipe discovery, and bartending apps that organize drinks by spirit type. Datos de TheCocktailDB.

Entretenimiento

Ingredientes de cócteles

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.

Entretenimiento

Cóctel aleatorio

GET
/cocktails/random

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

Entretenimiento

Búsqueda de cócteles

GET
/cocktails/search

Search for cocktail recipes por nombre (e.g., margarita, mojito, old fashioned). Returns matching cocktails with nombres, imágenes, ingredients with measurements, mixing instructions, glass type, and whether the drink is alcoholic. Data from TheCocktailDB. Útil para bartending aplicaciones, drink recipe sites, restaurant menu builders, and party planning tools.

Entretenimiento

Cervecerías por ciudad

GET
/breweries/city/:city

Encuentre all breweries in a specific city. Devuelve brewery names, types, addresses, phone numbers, and websites for every brewery in the given city. Útil para travel planning apps, local craft beer guides, brewery crawl route planners, and city-specific entertainment directories. Datos de Open Brewery DB.

Alimentos y productos

Cervecerías por país

GET
/breweries/country/:country

Encuentre all breweries in a specific country. Devuelve brewery names, types, addresses, and contact information. Use underscores for multi-word country names (e.g., united_states). Útil para country-level brewery directories, international craft beer market analysis, and tourism apps highlighting a nation's brewery scene. Datos de Open Brewery DB.

Alimentos y productos

Cervecería aleatoria

GET
/breweries/random

Discover a random brewery from the Open Brewery DB collection. Returns full brewery details incluyendo name, type, address, city, país, phone, and website. Ideal para 'discover a new brewery' features, random exploration tools, and adding serendipitous discovery to craft beer aplicaciones.

Alimentos y productos

Búsqueda de cervecerías

GET
/breweries/search

Search for breweries por nombre across the Open Brewery DB database of 8,000+ breweries en todo el mundo. Returns brewery nombres, types (micro, nano, brewpub, regional, large, planning, contract), addresses, cities, states, países, phone numbers, and website URLs. Útil para brewery finder aplicaciones, craft beer tourism tools, and local discovery platforms.

Alimentos y productos