example-data.com

recipes / #213

sour Anise Star-crusted Venison

sour Anise Star-crusted Venison

Prep
13 min
Cook
35 min
Serves
3

Accommodo consectetur amiculum stips. Copiose degenero dedecor sursum attollo ago.

Ingredients

  • • 3.25 tbsp pear juice
  • • 2 oz fish stock
  • • 2.75 tbsp brie
  • • 1.5 tsp barberry
  • • 1.25 tbsp arrowroot
  • • 3.25 g buttermilk
  • • 1.75 g berries
  • • 1.25 tbsp maple syrup
  • • 3.25 g sunflower seeds

Instructions

  1. Step 1: Garnish chinese five spice until pecus campana.
  2. Step 2: Stir soy flour until tempora occaecati adinventitias antepono demens.
  3. Step 3: Stir rhubarb until textilis adamo nam absens.
  4. Step 4: Season dates until constans confero crustulum veritas.
  5. Step 5: Sauté oats until trado ascit maiores uter vobis.
  6. Step 6: Combine kale until decumbo vester atrocitas.
  7. Step 7: Stir sweet chilli sauce until vestrum turpis labore.
  8. Step 8: Combine mandarins until bene beneficium.
  9. Step 9: Garnish curry leaves until vulgaris cupiditas compono.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/213"
)
recipe = res.json()
{
  "id": 213,
  "userId": 28,
  "title": "sour Anise Star-crusted Venison",
  "slug": "sour-anise-star-crusted-venison-213",
  "description": "Accommodo consectetur amiculum stips. Copiose degenero dedecor sursum attollo ago.",
  "cuisine": "vietnamese",
  "difficulty": "hard",
  "prepMinutes": 13,
  "cookMinutes": 35,
  "servings": 3,
  "ingredients": [
    "3.25 tbsp pear juice",
    "2 oz fish stock",
    "2.75 tbsp brie",
    "1.5 tsp barberry",
    "1.25 tbsp arrowroot",
    "3.25 g buttermilk",
    "1.75 g berries",
    "1.25 tbsp maple syrup",
    "3.25 g sunflower seeds"
  ],
  "instructions": [
    "Step 1: Garnish chinese five spice until pecus campana.",
    "Step 2: Stir soy flour until tempora occaecati adinventitias antepono demens.",
    "Step 3: Stir rhubarb until textilis adamo nam absens.",
    "Step 4: Season dates until constans confero crustulum veritas.",
    "Step 5: Sauté oats until trado ascit maiores uter vobis.",
    "Step 6: Combine kale until decumbo vester atrocitas.",
    "Step 7: Stir sweet chilli sauce until vestrum turpis labore.",
    "Step 8: Combine mandarins until bene beneficium.",
    "Step 9: Garnish curry leaves until vulgaris cupiditas compono."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-213/1200/800",
  "createdAt": "2026-02-10T14:21:03.493Z",
  "updatedAt": "2026-02-10T14:21:03.493Z"
}
Draftbit