example-data.com

recipes / #261

moist Pho

moist Pho

Prep
6 min
Cook
96 min
Serves
3

Vinco summopere usitas aeternus amoveo tepesco aestus allatus aetas vestigium.

Ingredients

  • • 0.75 lb star anise
  • • 1 oz pear
  • • 2.75 oz lemongrass
  • • 0.25 tbsp lavender flowers
  • • 2.5 tsp vegetable oil
  • • 3 lb haloumi
  • • 0.25 tsp wholemeal
  • • 0.25 oz bush tomato
  • • 3.75 tbsp tomatoes
  • • 2.75 cup oregano

Instructions

  1. Step 1: Sauté caraway seed until vindico cresco avaritia creptio.
  2. Step 2: Combine gula melaka until denique sunt.
  3. Step 3: Season mahi mahi until vitae torqueo baiulus.
  4. Step 4: Simmer kidney beans until textor atrox adflicto.
  5. Step 5: Simmer hazelnut until blandior celo deleo.
  6. Step 6: Stir flaxseed until deleniti accendo cerno comprehendo.
  7. Step 7: Sauté wholewheat flour until alter abundans.
  8. Step 8: Simmer cabbage until deludo curto depopulo terror colligo.
  9. Step 9: Whisk jarrahdale pumpkin until ante aer.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/261"
)
recipe = res.json()
{
  "id": 261,
  "userId": 48,
  "title": "moist Pho",
  "slug": "moist-pho-261",
  "description": "Vinco summopere usitas aeternus amoveo tepesco aestus allatus aetas vestigium.",
  "cuisine": "chinese",
  "difficulty": "medium",
  "prepMinutes": 6,
  "cookMinutes": 96,
  "servings": 3,
  "ingredients": [
    "0.75 lb star anise",
    "1 oz pear",
    "2.75 oz lemongrass",
    "0.25 tbsp lavender flowers",
    "2.5 tsp vegetable oil",
    "3 lb haloumi",
    "0.25 tsp wholemeal",
    "0.25 oz bush tomato",
    "3.75 tbsp tomatoes",
    "2.75 cup oregano"
  ],
  "instructions": [
    "Step 1: Sauté caraway seed until vindico cresco avaritia creptio.",
    "Step 2: Combine gula melaka until denique sunt.",
    "Step 3: Season mahi mahi until vitae torqueo baiulus.",
    "Step 4: Simmer kidney beans until textor atrox adflicto.",
    "Step 5: Simmer hazelnut until blandior celo deleo.",
    "Step 6: Stir flaxseed until deleniti accendo cerno comprehendo.",
    "Step 7: Sauté wholewheat flour until alter abundans.",
    "Step 8: Simmer cabbage until deludo curto depopulo terror colligo.",
    "Step 9: Whisk jarrahdale pumpkin until ante aer."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-261/1200/800",
  "createdAt": "2025-10-05T10:38:50.323Z",
  "updatedAt": "2025-10-05T10:38:50.323Z"
}
Draftbit