example-data.com

recipes / #97

crunchy Onion Seed-crusted Kangaroo

crunchy Onion Seed-crusted Kangaroo

spicyhealthyquickcomfort
Prep
36 min
Cook
177 min
Serves
8

Aetas assumenda centum quod natus ratione. Celer vomer adfectus ventus synagoga corroboro admoveo nulla ambulo stultus.

Ingredients

  • • 3.5 lb chestnut
  • • 0.5 tbsp tuna
  • • 3 tsp celery
  • • 3.5 tbsp blood oranges
  • • 1 tsp hijiki
  • • 1.75 g sprouts
  • • 0.75 g olive oil
  • • 1.25 tsp licorice
  • • 4 g kudzu
  • • 1.5 g rye bread
  • • 3 lb butter beans
  • • 2.25 tbsp eggs
  • • 3.25 oz garlic
  • • 3 g flathead

Instructions

  1. Step 1: Simmer crabs until cubo textor amiculum terreo.
  2. Step 2: Fold snapper until utor facilis adiuvo ea triduana.
  3. Step 3: Fold hazelnut until tibi desidero cursim armarium sol.
  4. Step 4: Sauté parsley until patior creo ver solvo.
  5. Step 5: Garnish butter beans until vis celebrer odit.
  6. Step 6: Sauté tamari until alius universe.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/97"
)
recipe = res.json()
{
  "id": 97,
  "userId": 207,
  "title": "crunchy Onion Seed-crusted Kangaroo",
  "slug": "crunchy-onion-seed-crusted-kangaroo-97",
  "description": "Aetas assumenda centum quod natus ratione. Celer vomer adfectus ventus synagoga corroboro admoveo nulla ambulo stultus.",
  "cuisine": "vietnamese",
  "difficulty": "easy",
  "prepMinutes": 36,
  "cookMinutes": 177,
  "servings": 8,
  "ingredients": [
    "3.5 lb chestnut",
    "0.5 tbsp tuna",
    "3 tsp celery",
    "3.5 tbsp blood oranges",
    "1 tsp hijiki",
    "1.75 g sprouts",
    "0.75 g olive oil",
    "1.25 tsp licorice",
    "4 g kudzu",
    "1.5 g rye bread",
    "3 lb butter beans",
    "2.25 tbsp eggs",
    "3.25 oz garlic",
    "3 g flathead"
  ],
  "instructions": [
    "Step 1: Simmer crabs until cubo textor amiculum terreo.",
    "Step 2: Fold snapper until utor facilis adiuvo ea triduana.",
    "Step 3: Fold hazelnut until tibi desidero cursim armarium sol.",
    "Step 4: Sauté parsley until patior creo ver solvo.",
    "Step 5: Garnish butter beans until vis celebrer odit.",
    "Step 6: Sauté tamari until alius universe."
  ],
  "tags": [
    "spicy",
    "healthy",
    "quick",
    "comfort"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-97/1200/800",
  "createdAt": "2025-11-01T01:38:38.701Z",
  "updatedAt": "2025-11-01T01:38:38.701Z"
}
Draftbit