{"name":"Food Safari hummus","description":"A classic dip that is made almost every day in most Lebanese homes. The secret is to cook the chickpeas until they’re really soft. If you can, seek out the prized nine-millimetre chickpeas grown in the Ord River region of Western Australia – they’re fabulous.","images":["https://images.sbs.com.au/dims4/default/9c5d269/2147483647/strip/true/crop/2000x1125+0+0/resize/1280x720!/quality/90/?url=http%3A%2F%2Fsbs-au-brightspot.s3.amazonaws.com%2Fdrupal%2Ffood%2Fpublic%2Fimg_0789_hommus-babaganoush_0.jpg"],"ingredients":["500 g dried chickpeas","2 tbsp bicarbonate of soda","1½ tbsp tahini","1 tbsp lemon juice","1–2 garlic cloves","2 tsp salt","1 tbsp extra-virgin olive oil","1 tsp sweet paprika","finely chopped flat-leaf parsley"],"instructions":[{"steps":["The day before you wish to make the hoummus, place the chickpeas in a large saucepan and add enough cold water to cover by 10 cm or more. Add the bicarbonate of soda and leave to soak overnight.","The next day, rinse the chickpeas, return them to the saucepan and cover with more water. Bring to the boil then simmer for approximately 1–2 hours, until the chickpeas are soft and shedding their skins. Drain and allow to cool.","Place the chickpeas in a food processor and blend until soft and creamy. Add the tahini, lemon juice, garlic and salt and blend again until the mixture is smooth. Scoop into a serving bowl and make a well in the centre. Pour the oil into the well and sprinkle paprika and parsley on top."]}],"url":"https://www.sbs.com.au/food/recipe/food-safari-hummus/73a5wo1e5"}
curl --location --request POST 'https://zylalabs.com/api/5869/culinary+recipe+unpacker+api/7705/unpack+culinary+recipe' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"url": "https://www.sbs.com.au/food/recipes/food-safari-hummus"
}'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 烹饪食谱解包工具 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
烹饪食谱解包器API彻底改变了食谱的处理方式,它可以从在线食谱页面中提取关键信息。通过这个API,您可以获取结构化数据,包括食谱名称、烹饪时间、份量、原料清单、准备说明和相关图片。它支持广泛的食谱网站,并以开发者友好的格式提供数据,非常适合烹饪应用程序、食品博客和智能厨房工具。无论您是在构建一款餐点准备规划工具、食谱发现平台,还是分析烹饪趋势,这个API都能确保您拥有准确和干净的数据随时可用。
您可以提取结构化数据,包括菜谱名称 烹饪时间 份量 成分列表 准备说明 及相关图片
该API支持广泛的食谱网站,允许您无缝地从各种在线来源检索数据
您可以通过向其端点发送HTTP请求来集成API 这将以开发者友好的格式返回结构化的食谱数据
是的,API提供准确和干净的数据,使其适合分析烹饪趋势和其他烹饪洞察
潜在的应用包括餐点准备计划工具 食谱发现平台 食品博客和智能厨房工具
API返回结构化数据,包括食谱名称、描述、配料列表、准备说明、烹饪时间、份量和相关图片
响应中的关键字段包括“名称”(食谱标题)“描述”(食谱概述)“成分”(成分列表)“说明”(准备步骤)和“图像”(食谱图像的URL)
响应数据以JSON格式组织,每个键代表食谱的特定方面,例如“ingredients”作为数组,“instructions”作为步骤列表
该端点提供全面的信息,包括食谱细节、成分数量、准备步骤和视觉内容,使用户能够充分理解食谱
用户可以通过在POST主体中发送特定的食谱网址来定制请求,从而允许API根据提供的食谱来源提取定制的数据
数据来源于众多在线食谱网站确保了多样的烹饪内容和丰富的食谱供用户访问
数据准确性通过持续更新和验证过程得以维护,确保提取的信息准确反映原始食谱内容
典型的用例包括将食谱数据集成到膳食计划应用程序中 为食品博客创建食谱数据库 以及开发能够协助烹饪的智能厨房工具