example-data.com

recipes / #2

tangy Ajwain Seed-crusted Kangaroo

tangy Ajwain Seed-crusted Kangaroo

Prep
32 min
Cook
38 min
Serves
7

Dolore blanditiis odit tam sonitus tutamen aveho termes trucido modi.

Ingredients

  • • 3.75 lb plums
  • • 1.5 lb camellia tea oil
  • • 2.5 tbsp tamarillo
  • • 2.5 lb zucchini
  • • 1.5 tsp brown mushrooms
  • • 2.75 g dried apricots
  • • 0.25 oz mint
  • • 3.5 tbsp vinegar
  • • 2 oz bran
  • • 0.5 oz honey

Instructions

  1. Step 1: Whisk clams until textus turbo debeo crinis victoria.
  2. Step 2: Season mace until sulum demo spes impedit.
  3. Step 3: Whisk poppy seed until stabilis natus vestigium studio.
  4. Step 4: Whisk jasmine rice until amet spoliatio voluptas.
  5. Step 5: Combine blue eye trevalla until vis eligendi odit.
  6. Step 6: Season adzuki beans until conicio thymbra confido confugo nam.
  7. Step 7: Stir papaya until nam solium.
  8. Step 8: Season sesame oil until conventus apto vulnus.
  9. Step 9: Whisk purple rice until depulso admiratio eos.
  10. Step 10: Combine nuts until uterque officiis benigne creber arma.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/2"
)
recipe = res.json()
{
  "id": 2,
  "userId": 179,
  "title": "tangy Ajwain Seed-crusted Kangaroo",
  "slug": "tangy-ajwain-seed-crusted-kangaroo-2",
  "description": "Dolore blanditiis odit tam sonitus tutamen aveho termes trucido modi.",
  "cuisine": "french",
  "difficulty": "easy",
  "prepMinutes": 32,
  "cookMinutes": 38,
  "servings": 7,
  "ingredients": [
    "3.75 lb plums",
    "1.5 lb camellia tea oil",
    "2.5 tbsp tamarillo",
    "2.5 lb zucchini",
    "1.5 tsp brown mushrooms",
    "2.75 g dried apricots",
    "0.25 oz mint",
    "3.5 tbsp vinegar",
    "2 oz bran",
    "0.5 oz honey"
  ],
  "instructions": [
    "Step 1: Whisk clams until textus turbo debeo crinis victoria.",
    "Step 2: Season mace until sulum demo spes impedit.",
    "Step 3: Whisk poppy seed until stabilis natus vestigium studio.",
    "Step 4: Whisk jasmine rice until amet spoliatio voluptas.",
    "Step 5: Combine blue eye trevalla until vis eligendi odit.",
    "Step 6: Season adzuki beans until conicio thymbra confido confugo nam.",
    "Step 7: Stir papaya until nam solium.",
    "Step 8: Season sesame oil until conventus apto vulnus.",
    "Step 9: Whisk purple rice until depulso admiratio eos.",
    "Step 10: Combine nuts until uterque officiis benigne creber arma."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-2/1200/800",
  "createdAt": "2025-11-21T22:46:27.049Z",
  "updatedAt": "2025-11-21T22:46:27.049Z"
}
Draftbit