example-data.com

recipes / #228

sweet Katsu Curry

sweet Katsu Curry

Prep
49 min
Cook
141 min
Serves
7

Denego uter abstergo modi creber aveho arcesso complectus. Eaque comes voluptatibus eaque civitas demo cohors theologus ab velociter. Claro laboriosam sustineo cupio accusantium.

Ingredients

  • • 2.5 tbsp vermicelli noodles
  • • 1 g milk chocolate
  • • 2.25 g endive
  • • 2.25 lb poppy seed
  • • 3.5 tsp yellowtail kingfish
  • • 2.25 tsp beetroot
  • • 2.75 lb endive
  • • 2.75 tbsp red cabbage
  • • 2.75 g sprouts
  • • 3.75 tsp oranges
  • • 2.25 cup sesame seeds
  • • 3.5 tsp butter
  • • 3.25 oz eggplant
  • • 1.25 tbsp pecan nut

Instructions

  1. Step 1: Sauté capers until degero apostolus placeat.
  2. Step 2: Season camembert until confugo quidem.
  3. Step 3: Stir edamame until vetus suscipit.
  4. Step 4: Sauté licorice until maxime bellum demum.
  5. Step 5: Fold papaw until clibanus amita cumque ipsa vehemens.
  6. Step 6: Combine cloves until voluptatibus tabernus.
  7. Step 7: Season soba until asper atrocitas vitium.
  8. Step 8: Simmer silverbeet until apto atavus.
  9. Step 9: Fold avocado oil until cohors deripio aestivus.
  10. Step 10: Whisk star anise until amaritudo deinde reiciendis toties.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/228"
)
recipe = res.json()
{
  "id": 228,
  "userId": 88,
  "title": "sweet Katsu Curry",
  "slug": "sweet-katsu-curry-228",
  "description": "Denego uter abstergo modi creber aveho arcesso complectus. Eaque comes voluptatibus eaque civitas demo cohors theologus ab velociter. Claro laboriosam sustineo cupio accusantium.",
  "cuisine": "japanese",
  "difficulty": "hard",
  "prepMinutes": 49,
  "cookMinutes": 141,
  "servings": 7,
  "ingredients": [
    "2.5 tbsp vermicelli noodles",
    "1 g milk chocolate",
    "2.25 g endive",
    "2.25 lb poppy seed",
    "3.5 tsp yellowtail kingfish",
    "2.25 tsp beetroot",
    "2.75 lb endive",
    "2.75 tbsp red cabbage",
    "2.75 g sprouts",
    "3.75 tsp oranges",
    "2.25 cup sesame seeds",
    "3.5 tsp butter",
    "3.25 oz eggplant",
    "1.25 tbsp pecan nut"
  ],
  "instructions": [
    "Step 1: Sauté capers until degero apostolus placeat.",
    "Step 2: Season camembert until confugo quidem.",
    "Step 3: Stir edamame until vetus suscipit.",
    "Step 4: Sauté licorice until maxime bellum demum.",
    "Step 5: Fold papaw until clibanus amita cumque ipsa vehemens.",
    "Step 6: Combine cloves until voluptatibus tabernus.",
    "Step 7: Season soba until asper atrocitas vitium.",
    "Step 8: Simmer silverbeet until apto atavus.",
    "Step 9: Fold avocado oil until cohors deripio aestivus.",
    "Step 10: Whisk star anise until amaritudo deinde reiciendis toties."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-228/1200/800",
  "createdAt": "2024-07-18T08:58:57.222Z",
  "updatedAt": "2024-07-18T08:58:57.222Z"
}
Draftbit