← Meelelahutus

Kokteili koostisosad

GET /cocktails/ingredients

Loetlege kõik saadaolevad kokteili koostisosad andmebaasis (viin, rumm, džinn, tekiila, erinevad segajad, kaunistused jne). Kasutage seda koostisosa-põhise retseptiotsingu, "mida ma saan teha sellest, mis mul on" funktsioonide ja baariinventari haldamise tööriistade ehitamiseks. Andmed pärinevad TheCocktailDB-st.

Näidispäringud

Põhikasutus
curl https://nordapi.ee/api/v1/cocktails/ingredients

Reaalajas vastus

{
  "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
}