CocktailCraftAPI
🍹 Cocktail Craft API Cocktail Craft API gives you access to a world of classic and modern cocktails, with detailed recipes, ingredients, and ready-to-use images. 🔑 With this API you can: ✅ Access a curated catalog of cocktails to display in apps or websites. ✅ Retrieve full recipe details: ingredients, quantities, and preparation steps. ✅ Get optimized images for each cocktail. ✅ Easily…
CocktailCraftAPI endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
InstructionsController_getAllByCocktail /instructions/cocktail/{id} |
|
| GET |
InstructionsController_getOneByCocktailAndLang /instructions/cocktail/{id}/lang/{lang} |
|
| GET |
CocktailIngredientsController_getAll /cocktail-ingredients |
|
| GET |
CocktailIngredientsController_getByIngredient /cocktail-ingredients/ingredient/{ingredientId} |
|
| GET |
IngredientsController_getAll /ingredients |
|
| GET |
CocktailIngredientsController_getByCocktail /cocktail-ingredients/cocktail/{cocktailId} |
|
| GET |
IngredientsController_getById /ingredients/{id} |
|
| GET |
CocktailsController_random /cocktails/random |
|
| GET |
CocktailsController_getById /cocktails/{id} |
|
| GET |
CocktailsController_getInstructions /cocktails/{id}/instructions/lang/{lang} |
|
| GET |
CocktailsController_suggest /cocktails/suggest |
|
| GET |
IngredientsController_getCocktailsByIngredient /ingredients/{id}/cocktails |
|
| GET |
CocktailsController_popular /cocktails/popular |
|
| GET |
CocktailsController_search /cocktails/search |
|
| GET |
CocktailsController_getAll /cocktails |