menu-items
menu-items
Browse 1450 menu-items records. Free mock data API by Draftbit — fetch over REST or browse paginated HTML.
- menu-items/1
- menu-items/2
- menu-items/3
- menu-items/4
- menu-items/5
- menu-items/6
- menu-items/7
- menu-items/8
- menu-items/9
- menu-items/10
- menu-items/11
- menu-items/12
- menu-items/13
- menu-items/14
- menu-items/15
- menu-items/16
- menu-items/17
- menu-items/18
- menu-items/19
- menu-items/20
- menu-items/21
- menu-items/22
- menu-items/23
- menu-items/24
-
House Turkey Platter
#1
Rich flavors layered with care by our kitchen team.
-
Seasonal Turkey Risotto
#2
A customer favorite, crafted from locally sourced produce.
-
Baked Turkey Burger
#3
Topped with house-made salsa and a squeeze of fresh lime.
-
Pan-Seared Tuna Soup
#4
Made fresh to order with the finest quality ingredients.
-
Slow-Cooked Scallops Platter
#5
Finished with a drizzle of extra virgin olive oil.
-
Classic Tofu Soup
#6
A hearty choice for those who love bold, satisfying meals.
-
Grilled Pork Tacos
#7
Rich flavors layered with care by our kitchen team.
-
Spicy Mushroom Platter
#8
Finished with a drizzle of extra virgin olive oil.
-
Tangy Salmon Tacos
#9
A delightful blend of fresh ingredients and bold spices.
-
Fried Mushroom Risotto
#10
Slow-cooked to perfection with aromatic herbs and spices.
-
Braised Beef Platter
#11
Perfectly balanced with textures and complementary flavors.
-
Baked Lobster Pizza
#12
A crowd-pleasing selection that never disappoints.
-
Savory Lamb Risotto
#13
Made fresh to order with the finest quality ingredients.
-
Charcoal Turkey Tacos
#14
Slow-cooked to perfection with aromatic herbs and spices.
-
Fire-Roasted Lobster Fillet
#15
Rich flavors layered with care by our kitchen team.
-
Herb-Crusted Tofu Wrap
#16
Served with seasonal sides and house-made sauce.
-
Glazed Scallops Salad
#17
A light yet satisfying dish with vibrant flavors.
-
Herb-Crusted Tempeh Flatbread
#18
Inspired by traditional recipes with a modern twist.
-
Braised Scallops Flatbread
#19
Perfectly balanced with textures and complementary flavors.
-
Savory Pork Curry
#20
A light yet satisfying dish with vibrant flavors.
-
Savory Shrimp Platter
#21
Light and refreshing with a hint of citrus and herbs.
-
Classic Veggie Risotto
#22
Served with seasonal sides and house-made sauce.
-
Slow-Cooked Chicken Platter
#23
Finished with a drizzle of extra virgin olive oil.
-
Glazed Tempeh Roll
#24
A customer favorite, crafted from locally sourced produce.
- menuId
- menus/1
- name
- House Turkey Platter
- slug
- house-turkey-platter-1
- description
- Rich flavors layered with care by our kitchen team.
- price
- 56.79
- currency
- USD
- foodCategoryId
- 13
- spicyLevel
- 0
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- false
- imageUrl
- https://picsum.photos/seed/menu-item-1/640/480
- createdAt
- menuId
- menus/1
- name
- Seasonal Turkey Risotto
- slug
- seasonal-turkey-risotto-2
- description
- A customer favorite, crafted from locally sourced produce.
- price
- 4.82
- currency
- USD
- foodCategoryId
- —
- spicyLevel
- 0
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- false
- imageUrl
- https://picsum.photos/seed/menu-item-2/640/480
- createdAt
- menuId
- menus/1
- name
- Baked Turkey Burger
- slug
- baked-turkey-burger-3
- description
- Topped with house-made salsa and a squeeze of fresh lime.
- price
- 9.71
- currency
- USD
- foodCategoryId
- —
- spicyLevel
- 0
- isVegetarian
- true
- isVegan
- false
- isGlutenFree
- false
- imageUrl
- https://picsum.photos/seed/menu-item-3/640/480
- createdAt
- menuId
- menus/1
- name
- Pan-Seared Tuna Soup
- slug
- pan-seared-tuna-soup-4
- description
- Made fresh to order with the finest quality ingredients.
- price
- 20.2
- currency
- USD
- foodCategoryId
- 4
- spicyLevel
- 0
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- false
- imageUrl
- https://picsum.photos/seed/menu-item-4/640/480
- createdAt
- menuId
- menus/1
- name
- Slow-Cooked Scallops Platter
- slug
- slow-cooked-scallops-platter-5
- description
- Finished with a drizzle of extra virgin olive oil.
- price
- 16.36
- currency
- USD
- foodCategoryId
- 23
- spicyLevel
- 0
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- false
- imageUrl
- https://picsum.photos/seed/menu-item-5/640/480
- createdAt
- menuId
- menus/1
- name
- Classic Tofu Soup
- slug
- classic-tofu-soup-6
- description
- A hearty choice for those who love bold, satisfying meals.
- price
- 48.01
- currency
- USD
- foodCategoryId
- 1
- spicyLevel
- 0
- isVegetarian
- false
- isVegan
- false
- isGlutenFree
- false
- imageUrl
- https://picsum.photos/seed/menu-item-6/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": 1,
"menuId": 1,
"name": "House Turkey Platter",
"slug": "house-turkey-platter-1",
"description": "Rich flavors layered with care by our kitchen team.",
"price": 56.79,
"currency": "USD",
"foodCategoryId": 13,
"spicyLevel": 0,
"isVegetarian": false,
"isVegan": false,
"isGlutenFree": false,
"imageUrl": "https://picsum.photos/seed/menu-item-1/640/480",
"createdAt": "2026-03-27T20:46:28.856Z"
},
{
"id": 2,
"menuId": 1,
"name": "Seasonal Turkey Risotto",
"slug": "seasonal-turkey-risotto-2",
"description": "A customer favorite, crafted from locally sourced produce.",
"price": 4.82,
"currency": "USD",
"foodCategoryId": null,
"spicyLevel": 0,
"isVegetarian": false,
"isVegan": false,
"isGlutenFree": false,
"imageUrl": "https://picsum.photos/seed/menu-item-2/640/480",
"createdAt": "2026-04-24T07:50:42.158Z"
},
{
"id": 3,
"menuId": 1,
"name": "Baked Turkey Burger",
"slug": "baked-turkey-burger-3",
"description": "Topped with house-made salsa and a squeeze of fresh lime.",
"price": 9.71,
"currency": "USD",
"foodCategoryId": null,
"spicyLevel": 0,
"isVegetarian": true,
"isVegan": false,
"isGlutenFree": false,
"imageUrl": "https://picsum.photos/seed/menu-item-3/640/480",
"createdAt": "2026-01-26T14:02:40.379Z"
}
],
"meta": {
"page": 1,
"limit": 25,
"total": 1450,
"totalPages": 58
},
"links": {
"self": "/api/v1/menu-items?page=1",
"first": "/api/v1/menu-items?page=1",
"last": "/api/v1/menu-items?page=58",
"next": "/api/v1/menu-items?page=2",
"prev": null
}
}