0% found this document useful (0 votes)
12 views8 pages

Coffee Menu Overview

The document provides a comprehensive menu of various coffee beverages, detailing their names, descriptions, prices in USD, and volumes in milliliters. It includes a wide range of options from espresso-based drinks to brewed coffee methods. Each entry specifies unique characteristics and pricing, catering to diverse coffee preferences.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views8 pages

Coffee Menu Overview

The document provides a comprehensive menu of various coffee beverages, detailing their names, descriptions, prices in USD, and volumes in milliliters. It includes a wide range of options from espresso-based drinks to brewed coffee methods. Each entry specifies unique characteristics and pricing, catering to diverse coffee preferences.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

{

"coffees": [
{
"id": 1,
"name": "Espresso",
"description": "A concentrated coffee beverage brewed by forcing hot water
under pressure through finely-ground coffee beans.",
"price": {
"amount": 2.50,
"currency": "USD"
},
"volume": {
"value": 30,
"unit": "ml"
}
},
{
"id": 2,
"name": "Double Espresso (Doppio)",
"description": "Two shots of espresso in one cup.",
"price": {
"amount": 3.25,
"currency": "USD"
},
"volume": {
"value": 60,
"unit": "ml"
}
},
{
"id": 3,
"name": "Ristretto",
"description": "A 'short shot' of a more highly concentrated espresso
coffee.",
"price": {
"amount": 2.60,
"currency": "USD"
},
"volume": {
"value": 22,
"unit": "ml"
}
},
{
"id": 4,
"name": "Lungo",
"description": "An espresso shot that is pulled longer, resulting in a
larger, more diluted coffee.",
"price": {
"amount": 3.00,
"currency": "USD"
},
"volume": {
"value": 90,
"unit": "ml"
}
},
{
"id": 5,
"name": "Americano",
"description": "Espresso shots diluted with hot water, giving it a similar
strength to, but different flavor from, traditionally brewed coffee.",
"price": {
"amount": 3.75,
"currency": "USD"
},
"volume": {
"value": 240,
"unit": "ml"
}
},
{
"id": 6,
"name": "Latte",
"description": "A coffee drink made with espresso and steamed milk, topped
with a light layer of foam.",
"price": {
"amount": 4.50,
"currency": "USD"
},
"volume": {
"value": 350,
"unit": "ml"
}
},
{
"id": 7,
"name": "Cappuccino",
"description": "An espresso-based coffee drink prepared with steamed milk
foam, typically with equal parts espresso, steamed milk, and foam.",
"price": {
"amount": 4.25,
"currency": "USD"
},
"volume": {
"value": 180,
"unit": "ml"
}
},
{
"id": 8,
"name": "Flat White",
"description": "Originating from Australia/New Zealand, it consists of
espresso with microfoam (steamed milk with fine, velvety bubbles).",
"price": {
"amount": 4.75,
"currency": "USD"
},
"volume": {
"value": 160,
"unit": "ml"
}
},
{
"id": 9,
"name": "Macchiato",
"description": "An espresso coffee drink with a small amount of milk, usually
foamed. 'Macchiato' means 'stained' or 'spotted' in Italian.",
"price": {
"amount": 3.50,
"currency": "USD"
},
"volume": {
"value": 45,
"unit": "ml"
}
},
{
"id": 10,
"name": "Cortado",
"description": "A Spanish-origin drink consisting of espresso mixed with a
roughly equal amount of warm milk to reduce the acidity.",
"price": {
"amount": 3.80,
"currency": "USD"
},
"volume": {
"value": 120,
"unit": "ml"
}
},
{
"id": 11,
"name": "Mocha",
"description": "A chocolate-flavored variant of a latte, often including
chocolate syrup or cocoa powder.",
"price": {
"amount": 5.00,
"currency": "USD"
},
"volume": {
"value": 350,
"unit": "ml"
}
},
{
"id": 12,
"name": "Affogato",
"description": "A scoop of vanilla gelato or ice cream 'drowned' with a shot
of hot espresso.",
"price": {
"amount": 5.50,
"currency": "USD"
},
"volume": {
"value": 120,
"unit": "ml"
}
},
{
"id": 13,
"name": "Drip Coffee (12oz)",
"description": "Coffee made by letting hot water drip through ground
coffee.",
"price": {
"amount": 3.00,
"currency": "USD"
},
"volume": {
"value": 355,
"unit": "ml"
}
},
{
"id": 14,
"name": "Pour Over",
"description": "A method of drip coffee where water is manually poured over
coffee grounds in a filter.",
"price": {
"amount": 5.25,
"currency": "USD"
},
"volume": {
"value": 300,
"unit": "ml"
}
},
{
"id": 15,
"name": "French Press",
"description": "Coffee steeped in a cylindrical pot with a plunger and filter
screen that presses hot water through ground coffee.",
"price": {
"amount": 4.50,
"currency": "USD"
},
"volume": {
"value": 350,
"unit": "ml"
}
},
{
"id": 16,
"name": "AeroPress",
"description": "A device for brewing coffee. Coffee is steeped for a short
time before being forced through a filter by pressing a plunger through the tube.",
"price": {
"amount": 4.75,
"currency": "USD"
},
"volume": {
"value": 240,
"unit": "ml"
}
},
{
"id": 17,
"name": "Cold Brew",
"description": "Coffee brewed with cold water over a long period, resulting
in a smooth, low-acidity coffee concentrate.",
"price": {
"amount": 4.80,
"currency": "USD"
},
"volume": {
"value": 355,
"unit": "ml"
}
},
{
"id": 18,
"name": "Nitro Cold Brew",
"description": "Cold brew coffee infused with nitrogen gas, creating a rich,
creamy head, similar to a stout beer.",
"price": {
"amount": 5.75,
"currency": "USD"
},
"volume": {
"value": 355,
"unit": "ml"
}
},
{
"id": 19,
"name": "Iced Latte",
"description": "Espresso and chilled milk poured over ice.",
"price": {
"amount": 4.50,
"currency": "USD"
},
"volume": {
"value": 400,
"unit": "ml"
}
},
{
"id": 20,
"name": "Iced Americano",
"description": "Espresso shots combined with cold water and served over
ice.",
"price": {
"amount": 3.75,
"currency": "USD"
},
"volume": {
"value": 400,
"unit": "ml"
}
},
{
"id": 21,
"name": "Turkish Coffee",
"description": "Very finely ground coffee beans boiled in a pot (cezve),
often with sugar, and served unfiltered.",
"price": {
"amount": 4.00,
"currency": "USD"
},
"volume": {
"value": 70,
"unit": "ml"
}
},
{
"id": 22,
"name": "Vietnamese Iced Coffee (Cà Phê Sữa Đá)",
"description": "Finely ground dark roast coffee brewed with a small metal
phin filter, mixed with sweetened condensed milk and served over ice.",
"price": {
"amount": 4.75,
"currency": "USD"
},
"volume": {
"value": 150,
"unit": "ml"
}
},
{
"id": 23,
"name": "Irish Coffee",
"description": "A cocktail consisting of hot coffee, Irish whiskey, and
sugar, stirred, and topped with cream.",
"price": {
"amount": 9.00,
"currency": "USD"
},
"volume": {
"value": 240,
"unit": "ml"
}
},
{
"id": 24,
"name": "Café Cubano",
"description": "A type of espresso that originated in Cuba, sweetened with
demerara sugar which has been whipped with the first few drops of espresso.",
"price": {
"amount": 3.00,
"currency": "USD"
},
"volume": {
"value": 45,
"unit": "ml"
}
},
{
"id": 25,
"name": "Red Eye",
"description": "A cup of regular drip coffee with one shot of espresso
added.",
"price": {
"amount": 3.85,
"currency": "USD"
},
"volume": {
"value": 270,
"unit": "ml"
}
},
{
"id": 26,
"name": "Black Eye",
"description": "A cup of regular drip coffee with two shots of espresso
added.",
"price": {
"amount": 4.50,
"currency": "USD"
},
"volume": {
"value": 300,
"unit": "ml"
}
},
{
"id": 27,
"name": "Vienna Coffee",
"description": "Two shots of strong espresso infused with whipped cream
(instead of milk and sugar) until the drink is cool.",
"price": {
"amount": 4.25,
"currency": "USD"
},
"volume": {
"value": 150,
"unit": "ml"
}
},
{
"id": 28,
"name": "Galão",
"description": "A hot drink from Portugal made of espresso and foamed milk.
Similar to a latte or cappuccino, but with more milk.",
"price": {
"amount": 4.00,
"currency": "USD"
},
"volume": {
"value": 200,
"unit": "ml"
}
},
{
"id": 29,
"name": "Siphon Coffee",
"description": "Coffee brewed using a vacuum coffee maker, known for its
clean and crisp flavor profile.",
"price": {
"amount": 7.50,
"currency": "USD"
},
"volume": {
"value": 240,
"unit": "ml"
}
},
{
"id": 30,
"name": "Caramel Macchiato",
"description": "A popular Starbucks drink made with vanilla syrup, steamed
milk, espresso, and caramel sauce.",
"price": {
"amount": 5.25,
"currency": "USD"
},
"volume": {
"value": 355,
"unit": "ml"
}
},
{
"id": 31,
"name": "Pumpkin Spice Latte",
"description": "A seasonal coffee drink made with a mix of traditional autumn
spice flavors, steamed milk, espresso, and often sugar, topped with whipped
cream.",
"price": {
"amount": 5.50,
"currency": "USD"
},
"volume": {
"value": 355,
"unit": "ml"
}
},
{
"id": 32,
"name": "Bulk Brewed Coffee",
"description": "A large batch of drip coffee, perfect for meetings or
events.",
"price": {
"amount": 25.00,
"currency": "USD"
},
"volume": {
"value": 3.8,
"unit": "L"
}
}
]
}

You might also like