example-data.com

recipes / #106

moist Adan's Special Parrotfish

moist Adan's Special Parrotfish

weeknight
Prep
34 min
Cook
144 min
Serves
2

Adversus color viriliter sordeo beatus uberrime perspiciatis derelinquo eligendi a. Vestigium ait sed caste tenuis charisma. Tego usus aetas compono aro voluptates despecto ventus argumentum.

Ingredients

  • • 4 lb black eyed beans
  • • 4 lb flathead
  • • 2.5 cup english spinach
  • • 1.5 tsp strawberries
  • • 2.25 tsp morwong
  • • 3.25 tbsp slivered almonds
  • • 1.5 tsp ham
  • • 2.25 lb cardamom

Instructions

  1. Step 1: Fold common cultivated mushrooms until crastinus supellex.
  2. Step 2: Combine white rice until stillicidium suggero.
  3. Step 3: Whisk vegetable spaghetti until eius aspicio trucido.
  4. Step 4: Simmer malt vinegar until coaegresco voluptate perspiciatis.
  5. Step 5: Simmer fenugreek until abutor arceo custodia adflicto vulnus.
  6. Step 6: Simmer garlic until pel corona cauda catena paulatim.
  7. Step 7: Fold bay leaves until repellat demulceo.
  8. Step 8: Stir polenta until audentia labore solum voluptas desidero.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/106"
)
recipe = res.json()
{
  "id": 106,
  "userId": 5,
  "title": "moist Adan's Special Parrotfish",
  "slug": "moist-adan-s-special-parrotfish-106",
  "description": "Adversus color viriliter sordeo beatus uberrime perspiciatis derelinquo eligendi a. Vestigium ait sed caste tenuis charisma. Tego usus aetas compono aro voluptates despecto ventus argumentum.",
  "cuisine": "thai",
  "difficulty": "easy",
  "prepMinutes": 34,
  "cookMinutes": 144,
  "servings": 2,
  "ingredients": [
    "4 lb black eyed beans",
    "4 lb flathead",
    "2.5 cup english spinach",
    "1.5 tsp strawberries",
    "2.25 tsp morwong",
    "3.25 tbsp slivered almonds",
    "1.5 tsp ham",
    "2.25 lb cardamom"
  ],
  "instructions": [
    "Step 1: Fold common cultivated mushrooms until crastinus supellex.",
    "Step 2: Combine white rice until stillicidium suggero.",
    "Step 3: Whisk vegetable spaghetti until eius aspicio trucido.",
    "Step 4: Simmer malt vinegar until coaegresco voluptate perspiciatis.",
    "Step 5: Simmer fenugreek until abutor arceo custodia adflicto vulnus.",
    "Step 6: Simmer garlic until pel corona cauda catena paulatim.",
    "Step 7: Fold bay leaves until repellat demulceo.",
    "Step 8: Stir polenta until audentia labore solum voluptas desidero."
  ],
  "tags": [
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-106/1200/800",
  "createdAt": "2024-08-03T20:49:07.813Z",
  "updatedAt": "2024-08-03T20:49:07.813Z"
}
Draftbit