← 娱乐

随机食谱

GET /recipes/random

获取完全随机的食谱,含完整的烹饪说明、带计量的配料表、分类、菜系来源和缩略图。非常适合「今晚做什么」功能、每日食谱小组件、烹饪挑战生成器和为膳食规划应用增添多样性。数据来自 TheMealDB。

请求示例

基本用法
curl https://nordapi.ee/api/v1/recipes/random

实时响应

{
  "data": {
    "area": "Norwegian",
    "category": "Dessert",
    "id": "53127",
    "ingredients": [
      {
        "ingredient": "Almonds",
        "measure": "3 Cups"
      },
      {
        "ingredient": "Egg White",
        "measure": "4"
      },
      {
        "ingredient": "Powdered Sugar",
        "measure": "4 cups "
      },
      {
        "ingredient": "Powdered Sugar",
        "measure": "2 cups "
      },
      {
        "ingredient": "Egg White",
        "measure": "1"
      },
      {
        "ingredient": "Lemon Juice",
        "measure": "1/2 teaspoon"
      }
    ],
    "instructions": "Grind almonds in an almond grinder or food processor.\r\n▢\r\nMix almonds and powdered sugar together in a large mixing bowl. Add three of the egg whites and knead the dough together with your hands until it comes together in a ball. Wrap in cling film and leave in the fridge for at least an hour, preferably until the next day.\r\n▢\r\nGrease the kransekake forms thoroughly and coat with semolina, flour, or bread crumbs.\r\n▢\r\nPreheat oven to 210°C (410°F) top and bottom heat. Divide the dough into six sections.\r\n▢\r\nSlowly add the remaining egg white to the dough and knead it until you can roll it into long sausages about as thick as your index finger. Fill the forms with the dough sausages, pinching the ends together to make rings.\r\n▢\r\nSet the forms on a baking sheet and back in the middle of the oven for about 10 – 12 minutes, until the tops are golden brown.",
    "name": "Authentic Norwegian Kransekake",
    "source": "https://scandinaviancookbook.com/classic-norwegian-kransekake-recipe/",
    "tags": [],
    "thumbnail": "https://www.themealdb.com/images/media/meals/yk78uc1763075719.jpg",
    "youtube": "https://www.youtube.com/watch?v=fE85ioKQ7ew"
  },
  "success": true
}