example-data.com

recipes / #105

bitter Mace-rubbed Venison Salad

bitter Mace-rubbed Venison Salad

weeknightgluten-freequick
Prep
5 min
Cook
64 min
Serves
1

Exercitationem conturbo caterva solus demum autem.

Ingredients

  • • 0.25 cup peppers
  • • 2.5 tbsp oatmeal
  • • 0.25 tsp capsicum
  • • 2 lb kudzu
  • • 2.75 lb edamame
  • • 3.25 tsp sweet potato
  • • 2 tsp white rice
  • • 1.5 tbsp rice flour
  • • 2 cup fish sauce
  • • 1.75 cup greenwheat freekeh
  • • 1.5 lb hijiki

Instructions

  1. Step 1: Fold white flour until adsum tantum absens crur corroboro.
  2. Step 2: Stir oyster mushrooms until inventore celebrer aranea conforto.
  3. Step 3: Garnish dragonfruit until cuppedia stabilis officia.
  4. Step 4: Season cloves until accedo avarus venustas suscipit.
  5. Step 5: Whisk kombu until corrigo claro tener crur vigor.
  6. Step 6: Stir sultanas until distinctio uter.
  7. Step 7: Season parsley until atrocitas pecto charisma teneo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/105"
)
recipe = res.json()
{
  "id": 105,
  "userId": 217,
  "title": "bitter Mace-rubbed Venison Salad",
  "slug": "bitter-mace-rubbed-venison-salad-105",
  "description": "Exercitationem conturbo caterva solus demum autem.",
  "cuisine": "japanese",
  "difficulty": "hard",
  "prepMinutes": 5,
  "cookMinutes": 64,
  "servings": 1,
  "ingredients": [
    "0.25 cup peppers",
    "2.5 tbsp oatmeal",
    "0.25 tsp capsicum",
    "2 lb kudzu",
    "2.75 lb edamame",
    "3.25 tsp sweet potato",
    "2 tsp white rice",
    "1.5 tbsp rice flour",
    "2 cup fish sauce",
    "1.75 cup greenwheat freekeh",
    "1.5 lb hijiki"
  ],
  "instructions": [
    "Step 1: Fold white flour until adsum tantum absens crur corroboro.",
    "Step 2: Stir oyster mushrooms until inventore celebrer aranea conforto.",
    "Step 3: Garnish dragonfruit until cuppedia stabilis officia.",
    "Step 4: Season cloves until accedo avarus venustas suscipit.",
    "Step 5: Whisk kombu until corrigo claro tener crur vigor.",
    "Step 6: Stir sultanas until distinctio uter.",
    "Step 7: Season parsley until atrocitas pecto charisma teneo."
  ],
  "tags": [
    "weeknight",
    "gluten-free",
    "quick"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-105/1200/800",
  "createdAt": "2025-02-16T17:44:18.436Z",
  "updatedAt": "2025-02-16T17:44:18.436Z"
}
Draftbit