example-data.com

recipes / #208

tangy Colombo-crusted Kangaroo

tangy Colombo-crusted Kangaroo

Prep
11 min
Cook
6 min
Serves
3

Congregatio turba vigor.

Ingredients

  • • 0.5 oz star anise
  • • 3.5 tbsp nasturtium
  • • 1.5 tsp bonito flakes
  • • 2.75 g green tea noodles
  • • 1 tbsp mace
  • • 1.25 g green pepper
  • • 3.75 cup sardines
  • • 3.5 oz purple carrot

Instructions

  1. Step 1: Whisk squid until vorago creber aperte cerno tersus.
  2. Step 2: Stir corn syrup until crur suppono.
  3. Step 3: Combine sea salt until accommodo aiunt.
  4. Step 4: Stir freekeh until delego aspernatur vitae.
  5. Step 5: Season sugar until combibo cupressus stella canonicus cicuta.
  6. Step 6: Whisk radish until cibo antepono caecus vobis.
  7. Step 7: Combine feta until cornu corrumpo vere condico.
  8. Step 8: Fold rhubarb until deprecator accusamus vicissitudo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/208"
)
recipe = res.json()
{
  "id": 208,
  "userId": 137,
  "title": "tangy Colombo-crusted Kangaroo",
  "slug": "tangy-colombo-crusted-kangaroo-208",
  "description": "Congregatio turba vigor.",
  "cuisine": "mediterranean",
  "difficulty": "hard",
  "prepMinutes": 11,
  "cookMinutes": 6,
  "servings": 3,
  "ingredients": [
    "0.5 oz star anise",
    "3.5 tbsp nasturtium",
    "1.5 tsp bonito flakes",
    "2.75 g green tea noodles",
    "1 tbsp mace",
    "1.25 g green pepper",
    "3.75 cup sardines",
    "3.5 oz purple carrot"
  ],
  "instructions": [
    "Step 1: Whisk squid until vorago creber aperte cerno tersus.",
    "Step 2: Stir corn syrup until crur suppono.",
    "Step 3: Combine sea salt until accommodo aiunt.",
    "Step 4: Stir freekeh until delego aspernatur vitae.",
    "Step 5: Season sugar until combibo cupressus stella canonicus cicuta.",
    "Step 6: Whisk radish until cibo antepono caecus vobis.",
    "Step 7: Combine feta until cornu corrumpo vere condico.",
    "Step 8: Fold rhubarb until deprecator accusamus vicissitudo."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-208/1200/800",
  "createdAt": "2025-10-01T03:37:03.693Z",
  "updatedAt": "2025-10-01T03:37:03.693Z"
}
Draftbit