← Underhållning

Cocktailingredienser

GET /cocktails/ingredients

List all tillgänglig cocktail ingredienser i database (vodka, rum, gin, tequila, various mixers, garnishes, etc.). Använd detta to bygga ingredient-baserad recipe search, 'what can I göra med vad I have' funktioner, and bar inventory hantering verktyg. Data från TheCocktailDB.

Exempelförfrågningar

Grundläggande användning
curl https://nordapi.ee/api/v1/cocktails/ingredients

Livesvar

{
  "count": 100,
  "data": [
    "151 proof rum",
    "7-Up",
    "Absinthe",
    "Absolut Citron",
    "Absolut Kurant",
    "Absolut Vodka",
    "Advocaat",
    "Ale",
    "Amaretto",
    "Añejo rum",
    "Angelica root",
    "Aperol",
    "Apple brandy",
    "Apple cider",
    "Apple juice",
    "Applejack",
    "Apricot brandy",
    "Bacardi Limon",
    "Baileys irish cream",
    "Banana liqueur",
    "Beer",
    "Berries",
    "Bitters",
    "Black Sambuca",
    "Blackberry brandy",
    "Blended Scotch",
    "Blended whiskey",
    "Blue Curacao",
    "Bourbon",
    "Brandy",
    "Cachaca",
    "Campari",
    "Cantaloupe",
    "Carbonated water",
    "Chambord raspberry liqueur",
    "Champagne",
    "Cherry brandy",
    "Cherry Heering",
    "Cherry Juice",
    "Chocolate",
    "Chocolate ice-cream",
    "Chocolate liqueur",
    "Chocolate syrup",
    "Cider",
    "Coca-Cola",
    "Cocoa powder",
    "Coconut Liqueur",
    "Coconut rum",
    "Coffee",
    "Coffee brandy",
    "Coffee liqueur",
    "Cognac",
    "Cointreau",
    "Corona",
    "Cranberries",
    "Cranberry juice",
    "Cranberry vodka",
    "Creme de Cacao",
    "Creme de Cassis",
    "Crown Royal",
    "Dark rum",
    "demerara Sugar",
    "Dry Vermouth",
    "Dubonnet Rouge",
    "Egg",
    "Egg yolk",
    "Elderflower cordial",
    "Espresso",
    "Everclear",
    "Firewater",
    "Frangelico",
    "Fruit punch",
    "Galliano",
    "Gin",
    "Ginger",
    "Godiva liqueur",
    "Gold rum",
    "Goldschlager",
    "Grand Marnier",
    "Grape juice",
    "Grape Soda",
    "Grapefruit juice",
    "Grapes",
    "Green Chartreuse",
    "Green Creme de Menthe",
    "Grenadine",
    "Guinness stout",
    "Heavy cream",
    "Hot Chocolate",
    "Hot Damn",
    "Hpnotiq",
    "Ice",
    "Irish cream",
    "Irish whiskey",
    "Jack Daniels",
    "Jägermeister",
    "Jim Beam",
    "Johnnie Walker",
    "Kahlua",
    "Kiwi"
  ],
  "success": true
}