example-data.com

recipes / #60

tangy Katsu Curry

tangy Katsu Curry

vegetarian
Prep
48 min
Cook
160 min
Serves
2

Torqueo antiquus laborum conculco.

Ingredients

  • • 1.5 oz oat flour
  • • 2.5 cup brazil nut
  • • 1.75 oz blueberries
  • • 1.25 g red pepper
  • • 3.25 tbsp carrot
  • • 0.25 tbsp celery seed
  • • 1.5 tbsp iceberg lettuce
  • • 3.25 g turkey
  • • 2.25 g lime leaves
  • • 0.75 lb almonds
  • • 2.5 tbsp shiitake mushrooms
  • • 3.5 tbsp pinto beans
  • • 3.25 tsp parrotfish
  • • 1.75 lb mahi mahi

Instructions

  1. Step 1: Sauté snowpea sprouts until torqueo alo totidem.
  2. Step 2: Sauté avocado oil until tergo chirographum ascit.
  3. Step 3: Simmer beef until statua sonitus atrox.
  4. Step 4: Whisk parrotfish until acidus crur tristis ventus.
  5. Step 5: Simmer asafoetida until crux cuius terreo aperte.
  6. Step 6: Fold black eyed beans until cibo nobis.
  7. Step 7: Season alfalfa until vomica adfectus acquiro.
  8. Step 8: Season bush tomato until demulceo deficio.
  9. Step 9: Simmer butternut pumpkin until delicate quaerat cicuta.
  10. Step 10: Combine milk chocolate until currus aegrotatio.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/60"
)
recipe = res.json()
{
  "id": 60,
  "userId": 11,
  "title": "tangy Katsu Curry",
  "slug": "tangy-katsu-curry-60",
  "description": "Torqueo antiquus laborum conculco.",
  "cuisine": "french",
  "difficulty": "medium",
  "prepMinutes": 48,
  "cookMinutes": 160,
  "servings": 2,
  "ingredients": [
    "1.5 oz oat flour",
    "2.5 cup brazil nut",
    "1.75 oz blueberries",
    "1.25 g red pepper",
    "3.25 tbsp carrot",
    "0.25 tbsp celery seed",
    "1.5 tbsp iceberg lettuce",
    "3.25 g turkey",
    "2.25 g lime leaves",
    "0.75 lb almonds",
    "2.5 tbsp shiitake mushrooms",
    "3.5 tbsp pinto beans",
    "3.25 tsp parrotfish",
    "1.75 lb mahi mahi"
  ],
  "instructions": [
    "Step 1: Sauté snowpea sprouts until torqueo alo totidem.",
    "Step 2: Sauté avocado oil until tergo chirographum ascit.",
    "Step 3: Simmer beef until statua sonitus atrox.",
    "Step 4: Whisk parrotfish until acidus crur tristis ventus.",
    "Step 5: Simmer asafoetida until crux cuius terreo aperte.",
    "Step 6: Fold black eyed beans until cibo nobis.",
    "Step 7: Season alfalfa until vomica adfectus acquiro.",
    "Step 8: Season bush tomato until demulceo deficio.",
    "Step 9: Simmer butternut pumpkin until delicate quaerat cicuta.",
    "Step 10: Combine milk chocolate until currus aegrotatio."
  ],
  "tags": [
    "vegetarian"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-60/1200/800",
  "createdAt": "2025-12-24T13:15:21.916Z",
  "updatedAt": "2025-12-24T13:15:21.916Z"
}
Draftbit