example-data.com

recipes / #84

crispy Kangaroo With Orange Sauce

crispy Kangaroo With Orange Sauce

familydairy-freelow-carbvegan
Prep
28 min
Cook
28 min
Serves
1

Clarus valetudo speciosus valeo arma atavus curso cicuta arguo cinis. Solium quam curia tardus tibi usitas nam vere delinquo tempore.

Ingredients

  • • 1.25 lb tangelo
  • • 4 cup nectarines
  • • 3.5 tsp mung beans
  • • 0.75 tsp vinegar
  • • 0.25 g kidneys
  • • 2.75 tbsp sunflower oil
  • • 2 g chilli pepper
  • • 2.25 oz sesame oil
  • • 1.75 oz purple carrot
  • • 1 tsp white bread

Instructions

  1. Step 1: Sauté parsnip until bene taceo vigor supellex.
  2. Step 2: Season sunflower seeds until copiose ventus conservo abduco pecus.
  3. Step 3: Stir limes until abbas carbo officiis conatus.
  4. Step 4: Fold candle nut until voluptatibus doloribus vulpes vergo carcer.
  5. Step 5: Fold edam until terga ultra vergo utrimque.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/84"
)
recipe = res.json()
{
  "id": 84,
  "userId": 14,
  "title": "crispy Kangaroo With Orange Sauce",
  "slug": "crispy-kangaroo-with-orange-sauce-84",
  "description": "Clarus valetudo speciosus valeo arma atavus curso cicuta arguo cinis. Solium quam curia tardus tibi usitas nam vere delinquo tempore.",
  "cuisine": "vietnamese",
  "difficulty": "hard",
  "prepMinutes": 28,
  "cookMinutes": 28,
  "servings": 1,
  "ingredients": [
    "1.25 lb tangelo",
    "4 cup nectarines",
    "3.5 tsp mung beans",
    "0.75 tsp vinegar",
    "0.25 g kidneys",
    "2.75 tbsp sunflower oil",
    "2 g chilli pepper",
    "2.25 oz sesame oil",
    "1.75 oz purple carrot",
    "1 tsp white bread"
  ],
  "instructions": [
    "Step 1: Sauté parsnip until bene taceo vigor supellex.",
    "Step 2: Season sunflower seeds until copiose ventus conservo abduco pecus.",
    "Step 3: Stir limes until abbas carbo officiis conatus.",
    "Step 4: Fold candle nut until voluptatibus doloribus vulpes vergo carcer.",
    "Step 5: Fold edam until terga ultra vergo utrimque."
  ],
  "tags": [
    "family",
    "dairy-free",
    "low-carb",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-84/1200/800",
  "createdAt": "2025-09-01T17:05:45.503Z",
  "updatedAt": "2025-09-01T17:05:45.503Z"
}
Draftbit