menu-items
menu-items
Page 8 of 10.
- menu-items/169
- menu-items/170
- menu-items/171
- menu-items/172
- menu-items/173
- menu-items/174
- menu-items/175
- menu-items/176
- menu-items/177
- menu-items/178
- menu-items/179
- menu-items/180
- menu-items/181
- menu-items/182
- menu-items/183
- menu-items/184
- menu-items/185
- menu-items/186
- menu-items/187
- menu-items/188
- menu-items/189
- menu-items/190
- menu-items/191
- menu-items/192
-
Wood-Fired Mushroom Bowl
#169
A delightful blend of fresh ingredients and bold spices.
-
Pan-Seared Turkey Curry
#170
A delightful blend of fresh ingredients and bold spices.
-
Signature Turkey Tacos
#171
Inspired by traditional recipes with a modern twist.
-
Smoked Tofu Platter
#172
A customer favorite, crafted from locally sourced produce.
-
Herb-Crusted Veggie Soup
#173
A delightful blend of fresh ingredients and bold spices.
-
Charcoal Scallops Roll
#174
A hearty choice for those who love bold, satisfying meals.
-
Wood-Fired Scallops Tacos
#175
Topped with house-made salsa and a squeeze of fresh lime.
-
Fire-Roasted Turkey Soup
#176
Inspired by traditional recipes with a modern twist.
-
Signature Scallops Burger
#177
Inspired by traditional recipes with a modern twist.
-
Smoked Turkey Wrap
#178
Slow-cooked to perfection with aromatic herbs and spices.
-
Wood-Fired Veggie Platter
#179
Perfectly balanced with textures and complementary flavors.
-
Herb-Crusted Salmon Stir-Fry
#180
Made fresh to order with the finest quality ingredients.
-
Fire-Roasted Shrimp Steak
#181
A crowd-pleasing selection that never disappoints.
-
Butter-Poached Chicken Tacos
#182
Garnished with fresh herbs and a side of dipping sauce.
-
Fire-Roasted Cheese Skewers
#183
A hearty choice for those who love bold, satisfying meals.
-
Roasted Veggie Flatbread
#184
Light and refreshing with a hint of citrus and herbs.
-
Wood-Fired Lobster Risotto
#185
Slow-cooked to perfection with aromatic herbs and spices.
-
Braised Veggie Soup
#186
Rich flavors layered with care by our kitchen team.
-
Savory Cheese Bowl
#187
Topped with house-made salsa and a squeeze of fresh lime.
-
Charcoal Chicken Skewers
#188
Rich flavors layered with care by our kitchen team.
-
Garden Lobster Platter
#189
A delightful blend of fresh ingredients and bold spices.
-
Pan-Seared Scallops Pizza
#190
Perfectly balanced with textures and complementary flavors.
-
Chef's Crab Salad
#191
Inspired by traditional recipes with a modern twist.
-
Fried Duck Steak
#192
A customer favorite, crafted from locally sourced produce.
- menuId
- menus/17
- name
- Wood-Fired Mushroom Bowl
- slug
- wood-fired-mushroom-bowl-169
- description
- A delightful blend of fresh ingredients and bold spices.
- price
- 52.33
- currency
- USD
- foodCategoryId
- 13
- spicyLevel
- 0
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- false
- imageUrl
- https://picsum.photos/seed/menu-item-169/640/480
- createdAt
- menuId
- menus/17
- name
- Pan-Seared Turkey Curry
- slug
- pan-seared-turkey-curry-170
- description
- A delightful blend of fresh ingredients and bold spices.
- price
- 78.13
- currency
- USD
- foodCategoryId
- 11
- spicyLevel
- 0
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- false
- imageUrl
- https://picsum.photos/seed/menu-item-170/640/480
- createdAt
- menuId
- menus/17
- name
- Signature Turkey Tacos
- slug
- signature-turkey-tacos-171
- description
- Inspired by traditional recipes with a modern twist.
- price
- 62.34
- currency
- USD
- foodCategoryId
- 1
- spicyLevel
- 3
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- true
- imageUrl
- https://picsum.photos/seed/menu-item-171/640/480
- createdAt
- menuId
- menus/18
- name
- Smoked Tofu Platter
- slug
- smoked-tofu-platter-172
- description
- A customer favorite, crafted from locally sourced produce.
- price
- 44.09
- currency
- USD
- foodCategoryId
- 19
- spicyLevel
- 1
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- false
- imageUrl
- https://picsum.photos/seed/menu-item-172/640/480
- createdAt
- menuId
- menus/18
- name
- Herb-Crusted Veggie Soup
- slug
- herb-crusted-veggie-soup-173
- description
- A delightful blend of fresh ingredients and bold spices.
- price
- 4.33
- currency
- USD
- foodCategoryId
- 25
- spicyLevel
- 0
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- true
- imageUrl
- https://picsum.photos/seed/menu-item-173/640/480
- createdAt
- menuId
- menus/18
- name
- Charcoal Scallops Roll
- slug
- charcoal-scallops-roll-174
- description
- A hearty choice for those who love bold, satisfying meals.
- price
- 31.23
- currency
- USD
- foodCategoryId
- 2
- spicyLevel
- 2
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- false
- imageUrl
- https://picsum.photos/seed/menu-item-174/640/480
- createdAt
Showing first 6 of 24 on this page.
curl -sS \
"https://example-data.com/api/v1/menu-items?limit=25"const res = await fetch(
"https://example-data.com/api/v1/menu-items?limit=25"
);
const { data, meta } = await res.json();import type { MenuItem, ListEnvelope } from "https://example-data.com/types/menu-items.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/menu-items?limit=25"
);
const { data, meta } = (await res.json()) as ListEnvelope<MenuItem>;import requests
res = requests.get(
"https://example-data.com/api/v1/menu-items",
params={"limit": 25},
)
data = res.json() {
"data": [
{
"id": 169,
"menuId": 17,
"name": "Wood-Fired Mushroom Bowl",
"slug": "wood-fired-mushroom-bowl-169",
"description": "A delightful blend of fresh ingredients and bold spices.",
"price": 52.33,
"currency": "USD",
"foodCategoryId": 13,
"spicyLevel": 0,
"isVegetarian": false,
"isVegan": false,
"isGlutenFree": false,
"imageUrl": "https://picsum.photos/seed/menu-item-169/640/480",
"createdAt": "2024-07-31T00:32:43.279Z"
},
{
"id": 170,
"menuId": 17,
"name": "Pan-Seared Turkey Curry",
"slug": "pan-seared-turkey-curry-170",
"description": "A delightful blend of fresh ingredients and bold spices.",
"price": 78.13,
"currency": "USD",
"foodCategoryId": 11,
"spicyLevel": 0,
"isVegetarian": false,
"isVegan": false,
"isGlutenFree": false,
"imageUrl": "https://picsum.photos/seed/menu-item-170/640/480",
"createdAt": "2025-11-04T09:52:18.141Z"
},
{
"id": 171,
"menuId": 17,
"name": "Signature Turkey Tacos",
"slug": "signature-turkey-tacos-171",
"description": "Inspired by traditional recipes with a modern twist.",
"price": 62.34,
"currency": "USD",
"foodCategoryId": 1,
"spicyLevel": 3,
"isVegetarian": false,
"isVegan": false,
"isGlutenFree": true,
"imageUrl": "https://picsum.photos/seed/menu-item-171/640/480",
"createdAt": "2024-06-09T21:48:42.878Z"
}
],
"meta": {
"page": 8,
"limit": 24,
"total": 1450,
"totalPages": 61
},
"links": {
"self": "/api/v1/menu-items?page=8",
"next": "/api/v1/menu-items?page=9",
"prev": "/api/v1/menu-items?page=7"
}
}