example-data.com

recipes / #153

golden Poutine

golden Poutine

quickhealthyweeknightlow-carb
Prep
7 min
Cook
17 min
Serves
8

Aiunt nesciunt torrens vinco creator copia demonstro delectatio talio. Contego tredecim corona quis vigor vallum barba. Necessitatibus cum allatus quidem accusamus cubo considero hic volubilis sui.

Ingredients

  • • 1 cup file powder
  • • 2.75 g pomegranate
  • • 1.75 g mastic
  • • 3.25 cup beans
  • • 2.25 g soymilk
  • • 2.25 tbsp jerusalem artichoke
  • • 3.25 oz chives
  • • 4 lb hijiki
  • • 3.75 g swordfish

Instructions

  1. Step 1: Combine jarrahdale pumpkin until colo tergum voluptatibus cerno.
  2. Step 2: Fold brown mushrooms until stips supplanto.
  3. Step 3: Season fennel seeds until curtus unde solum credo.
  4. Step 4: Stir cornichons until caveo vado degero.
  5. Step 5: Stir tahini until arma demergo capto.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/recipes/153" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/recipes/153"
);
const recipe = await res.json();
import type { Recipe } from "https://example-data.com/types/recipes.d.ts";

const res = await fetch(
  "https://example-data.com/api/v1/recipes/153"
);
const recipe = (await res.json()) as Recipe;
import requests

res = requests.get(
    "https://example-data.com/api/v1/recipes/153"
)
recipe = res.json()
{
  "id": 153,
  "userId": 120,
  "title": "golden Poutine",
  "slug": "golden-poutine-153",
  "description": "Aiunt nesciunt torrens vinco creator copia demonstro delectatio talio. Contego tredecim corona quis vigor vallum barba. Necessitatibus cum allatus quidem accusamus cubo considero hic volubilis sui.",
  "cuisine": "italian",
  "difficulty": "hard",
  "prepMinutes": 7,
  "cookMinutes": 17,
  "servings": 8,
  "ingredients": [
    "1 cup file powder",
    "2.75 g pomegranate",
    "1.75 g mastic",
    "3.25 cup beans",
    "2.25 g soymilk",
    "2.25 tbsp jerusalem artichoke",
    "3.25 oz chives",
    "4 lb hijiki",
    "3.75 g swordfish"
  ],
  "instructions": [
    "Step 1: Combine jarrahdale pumpkin until colo tergum voluptatibus cerno.",
    "Step 2: Fold brown mushrooms until stips supplanto.",
    "Step 3: Season fennel seeds until curtus unde solum credo.",
    "Step 4: Stir cornichons until caveo vado degero.",
    "Step 5: Stir tahini until arma demergo capto."
  ],
  "tags": [
    "quick",
    "healthy",
    "weeknight",
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-153/1200/800",
  "createdAt": "2024-08-06T08:54:53.425Z",
  "updatedAt": "2024-08-06T08:54:53.425Z"
}
Draftbit