Busque en todos los endpoints de NordAPI por nombre, descripcion o caracteristica.
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.
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.
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.
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.
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.