example-data.com

recipes / #169

tender Katsu Curry

tender Katsu Curry

Prep
28 min
Cook
155 min
Serves
7

Coniecto vilitas labore admiratio necessitatibus spoliatio. Veritatis absorbeo clamo abutor sublime.

Ingredients

  • • 4 tsp garlic
  • • 0.75 tsp green pepper
  • • 0.25 tbsp rosemary
  • • 0.75 tbsp green pepper
  • • 2 g carrot
  • • 2.5 cup fingerlime
  • • 1.5 tbsp curry leaves
  • • 0.75 cup albacore tuna
  • • 1.25 oz turkey
  • • 1.5 g hot smoked salmon

Instructions

  1. Step 1: Combine polenta until communis denuo ventus stella ustilo.
  2. Step 2: Stir mountain bread until carus fugiat charisma supra.
  3. Step 3: Garnish fish stock until temporibus tergiversatio aqua demum.
  4. Step 4: Fold calamari until tempora dedico.
  5. Step 5: Simmer rhubarb until vinco ustilo supra tego tergum.
  6. Step 6: Combine peppers until sollers stips certe caelum cura.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/169"
)
recipe = res.json()
{
  "id": 169,
  "userId": 200,
  "title": "tender Katsu Curry",
  "slug": "tender-katsu-curry-169",
  "description": "Coniecto vilitas labore admiratio necessitatibus spoliatio. Veritatis absorbeo clamo abutor sublime.",
  "cuisine": "american",
  "difficulty": "medium",
  "prepMinutes": 28,
  "cookMinutes": 155,
  "servings": 7,
  "ingredients": [
    "4 tsp garlic",
    "0.75 tsp green pepper",
    "0.25 tbsp rosemary",
    "0.75 tbsp green pepper",
    "2 g carrot",
    "2.5 cup fingerlime",
    "1.5 tbsp curry leaves",
    "0.75 cup albacore tuna",
    "1.25 oz turkey",
    "1.5 g hot smoked salmon"
  ],
  "instructions": [
    "Step 1: Combine polenta until communis denuo ventus stella ustilo.",
    "Step 2: Stir mountain bread until carus fugiat charisma supra.",
    "Step 3: Garnish fish stock until temporibus tergiversatio aqua demum.",
    "Step 4: Fold calamari until tempora dedico.",
    "Step 5: Simmer rhubarb until vinco ustilo supra tego tergum.",
    "Step 6: Combine peppers until sollers stips certe caelum cura."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-169/1200/800",
  "createdAt": "2024-06-17T18:57:27.108Z",
  "updatedAt": "2024-06-17T18:57:27.108Z"
}
Draftbit