food-orders
food-orders
Page 10 of 10.
- food-orders/217
- food-orders/218
- food-orders/219
- food-orders/220
- food-orders/221
- food-orders/222
- food-orders/223
- food-orders/224
- food-orders/225
- food-orders/226
- food-orders/227
- food-orders/228
- food-orders/229
- food-orders/230
- food-orders/231
- food-orders/232
- food-orders/233
- food-orders/234
- food-orders/235
- food-orders/236
- food-orders/237
- food-orders/238
- food-orders/239
- food-orders/240
- userId
-
Perry Kerluke @perry_kerluke83
- restaurantId
- Kertzmann - Boyer · Chicago · ★ 4.1
- items
-
[ { "menuItemId": 1313, "quantity": 1, "unitPrice": 11.71, "lineTotal": 11.71 }, { "menuItemId": 1295, "quantity": 1, "unitPrice": 69.87, "lineTotal": 69.87 }, { "menuItemId": 1302, "quantity": 4, "unitPrice": 51.25, "lineTotal": 205 } ] - subtotal
- 286.58
- deliveryFee
- 4.07
- tip
- 0.5
- total
- 291.15
- currency
- USD
- status
- preparing
- placedAt
- deliveredAt
- —
- userId
-
Lavonne Schmidt @lavonne.schmidt95
- restaurantId
- Effertz, Langworth and Walsh · Lake Maudiehaven · ★ 2.7
- items
-
[ { "menuItemId": 328, "quantity": 2, "unitPrice": 22.43, "lineTotal": 44.86 } ] - subtotal
- 44.86
- deliveryFee
- 5.65
- tip
- 11.21
- total
- 61.72
- currency
- USD
- status
- delivered
- placedAt
- deliveredAt
- userId
-
Lawrence Rogahn @lawrence_rogahn33
- restaurantId
- Ritchie - Rowe · Trompfort · ★ 2.9
- items
-
[ { "menuItemId": 1237, "quantity": 1, "unitPrice": 76.78, "lineTotal": 76.78 }, { "menuItemId": 1243, "quantity": 3, "unitPrice": 72.04, "lineTotal": 216.12 }, { "menuItemId": 1242, "quantity": 4, "unitPrice": 55.8, "lineTotal": 223.2 } ] - subtotal
- 516.1
- deliveryFee
- 4.65
- tip
- 1.74
- total
- 522.49
- currency
- USD
- status
- placed
- placedAt
- deliveredAt
- —
- userId
-
Ryan Conroy @ryan_conroy
- restaurantId
- Marks Inc · East Dena · ★ 4.1
- items
-
[ { "menuItemId": 818, "quantity": 4, "unitPrice": 78.09, "lineTotal": 312.36 }, { "menuItemId": 808, "quantity": 1, "unitPrice": 58.02, "lineTotal": 58.02 }, { "menuItemId": 800, "quantity": 4, "unitPrice": 79.2, "lineTotal": 316.8 } ] - subtotal
- 687.18
- deliveryFee
- 7.71
- tip
- 10.41
- total
- 705.3
- currency
- USD
- status
- delivered
- placedAt
- deliveredAt
- userId
-
Karlee Hudson-Turner @karlee.hudson-turner88
- restaurantId
- Harber, Wolf and Reynolds · Providencifurt · ★ 4.5
- items
-
[ { "menuItemId": 33, "quantity": 3, "unitPrice": 28.94, "lineTotal": 86.82 }, { "menuItemId": 32, "quantity": 2, "unitPrice": 48.94, "lineTotal": 97.88 }, { "menuItemId": 35, "quantity": 3, "unitPrice": 35.98, "lineTotal": 107.94 }, { "menuItemId": 34, "quantity": 4, "unitPrice": 67.63, "lineTotal": 270.52 } ] - subtotal
- 563.16
- deliveryFee
- 5.42
- tip
- 1.55
- total
- 570.13
- currency
- USD
- status
- delivered
- placedAt
- deliveredAt
- userId
-
Cruz Okuneva @cruz.okuneva
- restaurantId
- O'Hara and Sons · New Eloisaboro · ★ 4.4
- items
-
[ { "menuItemId": 5, "quantity": 2, "unitPrice": 16.36, "lineTotal": 32.72 } ] - subtotal
- 32.72
- deliveryFee
- 3.51
- tip
- 8.12
- total
- 44.35
- currency
- USD
- status
- placed
- placedAt
- deliveredAt
- —
Showing first 6 of 24 on this page.
curl -sS \
"https://example-data.com/api/v1/food-orders?limit=25"const res = await fetch(
"https://example-data.com/api/v1/food-orders?limit=25"
);
const { data, meta } = await res.json();import type { FoodOrder, ListEnvelope } from "https://example-data.com/types/food-orders.d.ts";
const res = await fetch(
"https://example-data.com/api/v1/food-orders?limit=25"
);
const { data, meta } = (await res.json()) as ListEnvelope<FoodOrder>;import requests
res = requests.get(
"https://example-data.com/api/v1/food-orders",
params={"limit": 25},
)
data = res.json() {
"data": [
{
"id": 217,
"userId": 174,
"restaurantId": 90,
"items": [
{
"menuItemId": 1313,
"quantity": 1,
"unitPrice": 11.71,
"lineTotal": 11.71
},
{
"menuItemId": 1295,
"quantity": 1,
"unitPrice": 69.87,
"lineTotal": 69.87
},
{
"menuItemId": 1302,
"quantity": 4,
"unitPrice": 51.25,
"lineTotal": 205
}
],
"subtotal": 286.58,
"deliveryFee": 4.07,
"tip": 0.5,
"total": 291.15,
"currency": "USD",
"status": "preparing",
"placedAt": "2024-08-30T19:17:15.112Z",
"deliveredAt": null
},
{
"id": 218,
"userId": 192,
"restaurantId": 21,
"items": [
{
"menuItemId": 328,
"quantity": 2,
"unitPrice": 22.43,
"lineTotal": 44.86
}
],
"subtotal": 44.86,
"deliveryFee": 5.65,
"tip": 11.21,
"total": 61.72,
"currency": "USD",
"status": "delivered",
"placedAt": "2025-04-18T02:13:26.609Z",
"deliveredAt": "2025-04-18T05:43:39.023Z"
},
{
"id": 219,
"userId": 245,
"restaurantId": 85,
"items": [
{
"menuItemId": 1237,
"quantity": 1,
"unitPrice": 76.78,
"lineTotal": 76.78
},
{
"menuItemId": 1243,
"quantity": 3,
"unitPrice": 72.04,
"lineTotal": 216.12
},
{
"menuItemId": 1242,
"quantity": 4,
"unitPrice": 55.8,
"lineTotal": 223.2
}
],
"subtotal": 516.1,
"deliveryFee": 4.65,
"tip": 1.74,
"total": 522.49,
"currency": "USD",
"status": "placed",
"placedAt": "2024-12-11T08:37:29.389Z",
"deliveredAt": null
}
],
"meta": {
"page": 10,
"limit": 24,
"total": 500,
"totalPages": 21
},
"links": {
"self": "/api/v1/food-orders?page=10",
"next": "/api/v1/food-orders?page=11",
"prev": "/api/v1/food-orders?page=9"
}
}