[
{
"categories": [
"Coffee & Espresso Menu",
"Iced Latte & Macchiato Menu",
"Dunkin Donuts Bakery & Donuts Menu",
"Dunkin Donuts Breakfast Sandwiches & Wraps",
"Snacks & Sides Menu",
"Hot Chocolate, Teas & Matcha Menu",
"Refreshers & Frozen Drinks",
"Brew at Home"
]
}
]
curl --location --request POST 'https://zylalabs.com/api/10032/dunkin+donuts+menu+extractor+api/19089/get+dunkin+donuts+menu+categories' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[
{
"Coffee & Espresso Menu": [
{
"item_name": "Hot Coffee"
},
{
"item_name": "Butter Pecan Swirl"
},
{
"item_name": "Caramel Swirl"
},
{
"item_name": "French Vanilla Swirl"
},
{
"item_name": "Mocha Swirl"
},
{
"item_name": "Hot Americano"
},
{
"item_name": "Cold Brew"
},
{
"item_name": "Iced Coffee"
}
]
}
]
curl --location --request POST 'https://zylalabs.com/api/10032/dunkin+donuts+menu+extractor+api/19093/get+dunkin+donuts+meals+by+category' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"category":"Required"}'
[
[
{
"item_name": "Hot Coffee",
"size": "Small",
"price": "$2.29"
},
{
"item_name": "Hot Coffee",
"size": "Medium",
"price": "$2.69"
},
{
"item_name": "Hot Coffee",
"size": "Large",
"price": "$3.09"
}
]
]
curl --location --request POST 'https://zylalabs.com/api/10032/dunkin+donuts+menu+extractor+api/19096/get+dunkin+donuts+meal+pricing' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"item":"Required"}'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 邓肯甜甜圈菜单提取器 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
Dunkin Donuts 菜单提取 API 专注于提供有关 Dunkin Donuts 菜单的详细信息,涵盖广泛的食品类别。该 API 处理的数据字段包括项目名称和价格,使用户能够根据他们的偏好检索特定的菜单项目。
Dunkin Donuts菜单提取API提供有关菜单项的详细信息,包括类别、项目名称和价格
API以结构化格式返回数据,通常是JSON,这使得菜单信息的集成和操作变得简单
API可以用于开发显示Dunkin Donuts菜单项的应用程序 创建订购系统或将菜单信息集成到食品配送平台中
API响应包括项目名称价格和类别等字段,允许用户根据他们的偏好过滤和检索特定的菜单项目
开发者可以通过发送 HTTP 请求来集成 API 以检索菜单数据然后将其显示在应用程序中或用于增强用户的菜单浏览和订购体验