example-data.com

recipes / #222

spicy Sweet Kangaroo With Lettuce

spicy Sweet Kangaroo With Lettuce

gluten-free
Prep
9 min
Cook
25 min
Serves
2

Beneficium nulla audeo. Architecto error ducimus depopulo dolore cubitum caelestis voluptas conduco eos. Cui vindico agnitio sulum adiuvo subiungo ventito doloribus utrimque.

Ingredients

  • • 3.25 cup corn oil
  • • 3.75 lb white bread
  • • 3.5 cup shark
  • • 2.25 g avocado
  • • 0.25 oz coffee
  • • 0.25 g pumpkin
  • • 2.25 tbsp sesame oil
  • • 0.75 tbsp maple syrup

Instructions

  1. Step 1: Stir mustard until at venustas adficio.
  2. Step 2: Garnish blue eye trevalla until centum deprimo volaticus totidem minus.
  3. Step 3: Whisk ricotta until cur bestia ambulo considero sollers.
  4. Step 4: Combine bread until utor adsum ab vulgus.
  5. Step 5: Sauté crabs until tremo depopulo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/222"
)
recipe = res.json()
{
  "id": 222,
  "userId": 121,
  "title": "spicy Sweet Kangaroo With Lettuce",
  "slug": "spicy-sweet-kangaroo-with-lettuce-222",
  "description": "Beneficium nulla audeo. Architecto error ducimus depopulo dolore cubitum caelestis voluptas conduco eos. Cui vindico agnitio sulum adiuvo subiungo ventito doloribus utrimque.",
  "cuisine": "vietnamese",
  "difficulty": "medium",
  "prepMinutes": 9,
  "cookMinutes": 25,
  "servings": 2,
  "ingredients": [
    "3.25 cup corn oil",
    "3.75 lb white bread",
    "3.5 cup shark",
    "2.25 g avocado",
    "0.25 oz coffee",
    "0.25 g pumpkin",
    "2.25 tbsp sesame oil",
    "0.75 tbsp maple syrup"
  ],
  "instructions": [
    "Step 1: Stir mustard until at venustas adficio.",
    "Step 2: Garnish blue eye trevalla until centum deprimo volaticus totidem minus.",
    "Step 3: Whisk ricotta until cur bestia ambulo considero sollers.",
    "Step 4: Combine bread until utor adsum ab vulgus.",
    "Step 5: Sauté crabs until tremo depopulo."
  ],
  "tags": [
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-222/1200/800",
  "createdAt": "2025-10-15T13:33:33.448Z",
  "updatedAt": "2025-10-15T13:33:33.448Z"
}
Draftbit