example-data.com

recipes / #119

juicy Pot Marjoram-rubbed Venison Salad

juicy Pot Marjoram-rubbed Venison Salad

spicy
Prep
32 min
Cook
86 min
Serves
6

Complectus fugit coepi adinventitias abeo coruscus valens comis adhuc. Velociter vallum coniecto architecto comptus casus ut.

Ingredients

  • • 2.75 tsp amchur
  • • 0.25 tbsp bay leaves
  • • 4 g szechuan pepperberry
  • • 0.25 g aubergine
  • • 4 tsp thyme
  • • 0.5 tsp vinegar
  • • 0.25 g morwong
  • • 4 tbsp broccolini

Instructions

  1. Step 1: Season snapper until arceo ventito minima viduo.
  2. Step 2: Whisk avocado oil until soleo alveus titulus adstringo sponte.
  3. Step 3: Fold grapefruit until alienus cornu adhuc.
  4. Step 4: Garnish beetroot until creber cena derideo adstringo.
  5. Step 5: Combine tinned until aer celo terra.
  6. Step 6: Simmer lotus root until vulgivagus speculum a.
  7. Step 7: Garnish cinnamon until attero demergo commodi.
  8. Step 8: Whisk mahlab until virgo suus agnosco patior administratio.
  9. Step 9: Sauté lime leaves until vae bos amet tendo demergo.
  10. Step 10: Simmer grape seed oil until appello pecus appello amo in.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/119"
)
recipe = res.json()
{
  "id": 119,
  "userId": 35,
  "title": "juicy Pot Marjoram-rubbed Venison Salad",
  "slug": "juicy-pot-marjoram-rubbed-venison-salad-119",
  "description": "Complectus fugit coepi adinventitias abeo coruscus valens comis adhuc. Velociter vallum coniecto architecto comptus casus ut.",
  "cuisine": "mediterranean",
  "difficulty": "easy",
  "prepMinutes": 32,
  "cookMinutes": 86,
  "servings": 6,
  "ingredients": [
    "2.75 tsp amchur",
    "0.25 tbsp bay leaves",
    "4 g szechuan pepperberry",
    "0.25 g aubergine",
    "4 tsp thyme",
    "0.5 tsp vinegar",
    "0.25 g morwong",
    "4 tbsp broccolini"
  ],
  "instructions": [
    "Step 1: Season snapper until arceo ventito minima viduo.",
    "Step 2: Whisk avocado oil until soleo alveus titulus adstringo sponte.",
    "Step 3: Fold grapefruit until alienus cornu adhuc.",
    "Step 4: Garnish beetroot until creber cena derideo adstringo.",
    "Step 5: Combine tinned until aer celo terra.",
    "Step 6: Simmer lotus root until vulgivagus speculum a.",
    "Step 7: Garnish cinnamon until attero demergo commodi.",
    "Step 8: Whisk mahlab until virgo suus agnosco patior administratio.",
    "Step 9: Sauté lime leaves until vae bos amet tendo demergo.",
    "Step 10: Simmer grape seed oil until appello pecus appello amo in."
  ],
  "tags": [
    "spicy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-119/1200/800",
  "createdAt": "2024-08-22T11:57:29.091Z",
  "updatedAt": "2024-08-22T11:57:29.091Z"
}
Draftbit