example-data.com

recipes / #92

rich Katsu Curry

rich Katsu Curry

weeknighthealthyfamily
Prep
55 min
Cook
13 min
Serves
8

Defendo peior usus quae. Ut inflammatio convoco audio cognatus tamdiu adstringo tenetur. Vulariter tollo decerno sub caecus calco laudantium eveniet.

Ingredients

  • • 2 g star fruit
  • • 2.25 lb tapioca flour
  • • 2.5 cup blue swimmer crab
  • • 1.75 g dried chinese broccoli
  • • 1.5 oz rockmelon
  • • 2 lb quince
  • • 0.25 oz horseradish
  • • 0.75 oz potato flour
  • • 2 lb oyster sauce
  • • 3 cup shiitake mushrooms

Instructions

  1. Step 1: Stir morwong until nostrum vehemens aufero demo.
  2. Step 2: Combine corn syrup until crux laboriosam confero.
  3. Step 3: Season bean shoots until vomito taceo.
  4. Step 4: Combine blueberries until tandem vinco cruciamentum.
  5. Step 5: Sauté blackberries until doloribus corrupti cuppedia curatio.
  6. Step 6: Whisk pistachio nut until culpo cultura saepe temporibus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/92"
)
recipe = res.json()
{
  "id": 92,
  "userId": 229,
  "title": "rich Katsu Curry",
  "slug": "rich-katsu-curry-92",
  "description": "Defendo peior usus quae. Ut inflammatio convoco audio cognatus tamdiu adstringo tenetur. Vulariter tollo decerno sub caecus calco laudantium eveniet.",
  "cuisine": "american",
  "difficulty": "medium",
  "prepMinutes": 55,
  "cookMinutes": 13,
  "servings": 8,
  "ingredients": [
    "2 g star fruit",
    "2.25 lb tapioca flour",
    "2.5 cup blue swimmer crab",
    "1.75 g dried chinese broccoli",
    "1.5 oz rockmelon",
    "2 lb quince",
    "0.25 oz horseradish",
    "0.75 oz potato flour",
    "2 lb oyster sauce",
    "3 cup shiitake mushrooms"
  ],
  "instructions": [
    "Step 1: Stir morwong until nostrum vehemens aufero demo.",
    "Step 2: Combine corn syrup until crux laboriosam confero.",
    "Step 3: Season bean shoots until vomito taceo.",
    "Step 4: Combine blueberries until tandem vinco cruciamentum.",
    "Step 5: Sauté blackberries until doloribus corrupti cuppedia curatio.",
    "Step 6: Whisk pistachio nut until culpo cultura saepe temporibus."
  ],
  "tags": [
    "weeknight",
    "healthy",
    "family"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-92/1200/800",
  "createdAt": "2024-09-25T12:22:30.326Z",
  "updatedAt": "2024-09-25T12:22:30.326Z"
}
Draftbit