example-data.com

recipes / #67

zesty Kiwiberry-glazed Goose Skewers

zesty Kiwiberry-glazed Goose Skewers

vegan
Prep
54 min
Cook
125 min
Serves
4

Consequuntur tantillus defaeco turba tabgo. Vallum arbustum arca amo atque.

Ingredients

  • • 1.25 oz brussels sprouts
  • • 0.5 tsp arugula
  • • 1.5 tbsp harissa
  • • 3.25 oz pecan nut
  • • 1 lb cinnamon
  • • 3.75 tsp purple rice
  • • 1 tsp starfruit
  • • 3.25 tsp common cultivated mushrooms
  • • 3 lb sausages
  • • 1.25 tsp apple juice
  • • 4 cup parrotfish
  • • 1.75 lb tea oil

Instructions

  1. Step 1: Garnish oatmeal until cicuta absens assentator.
  2. Step 2: Fold squid until taedium curo.
  3. Step 3: Stir oatmeal until valde tempus civitas adduco venia.
  4. Step 4: Whisk brown rice vinegar until cinis auxilium admoneo.
  5. Step 5: Whisk sausages until benevolentia auditor crur volva vilis.
  6. Step 6: Stir blueberries until arguo dedecor complectus desidero acceptus.
  7. Step 7: Stir flathead until dolore teres amor.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/67"
)
recipe = res.json()
{
  "id": 67,
  "userId": 156,
  "title": "zesty Kiwiberry-glazed Goose Skewers",
  "slug": "zesty-kiwiberry-glazed-goose-skewers-67",
  "description": "Consequuntur tantillus defaeco turba tabgo. Vallum arbustum arca amo atque.",
  "cuisine": "italian",
  "difficulty": "easy",
  "prepMinutes": 54,
  "cookMinutes": 125,
  "servings": 4,
  "ingredients": [
    "1.25 oz brussels sprouts",
    "0.5 tsp arugula",
    "1.5 tbsp harissa",
    "3.25 oz pecan nut",
    "1 lb cinnamon",
    "3.75 tsp purple rice",
    "1 tsp starfruit",
    "3.25 tsp common cultivated mushrooms",
    "3 lb sausages",
    "1.25 tsp apple juice",
    "4 cup parrotfish",
    "1.75 lb tea oil"
  ],
  "instructions": [
    "Step 1: Garnish oatmeal until cicuta absens assentator.",
    "Step 2: Fold squid until taedium curo.",
    "Step 3: Stir oatmeal until valde tempus civitas adduco venia.",
    "Step 4: Whisk brown rice vinegar until cinis auxilium admoneo.",
    "Step 5: Whisk sausages until benevolentia auditor crur volva vilis.",
    "Step 6: Stir blueberries until arguo dedecor complectus desidero acceptus.",
    "Step 7: Stir flathead until dolore teres amor."
  ],
  "tags": [
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-67/1200/800",
  "createdAt": "2025-12-31T04:27:47.240Z",
  "updatedAt": "2025-12-31T04:27:47.240Z"
}
Draftbit