example-data.com

recipes / #89

zesty Poutine

zesty Poutine

Prep
18 min
Cook
25 min
Serves
3

Alias libero statua defaeco cicuta patior quibusdam magnam delectatio. Truculenter paens thermae inflammatio accedo ademptio crinis spero adsuesco.

Ingredients

  • • 4 g dried apricots
  • • 2.75 lb sprouts
  • • 0.5 lb turmeric
  • • 1.5 tbsp common cultivated mushrooms
  • • 1.5 lb jelly
  • • 3.5 tsp chickory
  • • 1.25 tbsp milk
  • • 3.25 oz aniseed

Instructions

  1. Step 1: Season cardamom until animi rem annus volup.
  2. Step 2: Stir brown flour until curiositas consequatur enim sint terra.
  3. Step 3: Stir barramundi until audacia denuncio repellendus angulus.
  4. Step 4: Stir kokam until vorago degusto cogo repellat.
  5. Step 5: Fold dandelion until umquam tepidus.
  6. Step 6: Stir yellow papaw until causa tunc sto.

Component variants

Related

curl -sS \
  "https://example-data.com/api/v1/recipes/89" \
  -H "Accept: application/json"
const res = await fetch(
  "https://example-data.com/api/v1/recipes/89"
);
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/89"
);
const recipe = (await res.json()) as Recipe;
import requests

res = requests.get(
    "https://example-data.com/api/v1/recipes/89"
)
recipe = res.json()
{
  "id": 89,
  "userId": 2,
  "title": "zesty Poutine",
  "slug": "zesty-poutine-89",
  "description": "Alias libero statua defaeco cicuta patior quibusdam magnam delectatio. Truculenter paens thermae inflammatio accedo ademptio crinis spero adsuesco.",
  "cuisine": "mexican",
  "difficulty": "medium",
  "prepMinutes": 18,
  "cookMinutes": 25,
  "servings": 3,
  "ingredients": [
    "4 g dried apricots",
    "2.75 lb sprouts",
    "0.5 lb turmeric",
    "1.5 tbsp common cultivated mushrooms",
    "1.5 lb jelly",
    "3.5 tsp chickory",
    "1.25 tbsp milk",
    "3.25 oz aniseed"
  ],
  "instructions": [
    "Step 1: Season cardamom until animi rem annus volup.",
    "Step 2: Stir brown flour until curiositas consequatur enim sint terra.",
    "Step 3: Stir barramundi until audacia denuncio repellendus angulus.",
    "Step 4: Stir kokam until vorago degusto cogo repellat.",
    "Step 5: Fold dandelion until umquam tepidus.",
    "Step 6: Stir yellow papaw until causa tunc sto."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-89/1200/800",
  "createdAt": "2026-05-21T09:08:53.877Z",
  "updatedAt": "2026-05-21T09:08:53.877Z"
}
Draftbit