example-data.com

recipes / #235

rich Peppercorns-rubbed Pigeon Salad

rich Peppercorns-rubbed Pigeon Salad

dairy-freecomforthealthy
Prep
40 min
Cook
138 min
Serves
1

Vigor aegre cinis suppellex. Omnis attero desino ciminatio solum sumptus asporto defessus.

Ingredients

  • • 1 cup trout
  • • 2.25 g elderberry
  • • 3 tbsp mahi mahi
  • • 3.25 oz brown rice
  • • 0.5 cup fish sauce
  • • 1.5 lb shark
  • • 3.25 tsp cumin
  • • 3.75 tbsp bay leaves
  • • 2 lb pear juice
  • • 2.25 oz sesame oil
  • • 1.25 lb guava
  • • 3.25 tsp garam masala
  • • 0.5 cup morwong

Instructions

  1. Step 1: Whisk provolone until delego nobis altus thesaurus umbra.
  2. Step 2: Garnish bamboo shoots until considero attollo dolores.
  3. Step 3: Whisk flat mushrooms until tantillus ver qui spero exercitationem.
  4. Step 4: Fold aniseed until stipes asperiores subseco adicio.
  5. Step 5: Sauté shiitake mushrooms until allatus ubi decens venustas.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/235"
)
recipe = res.json()
{
  "id": 235,
  "userId": 236,
  "title": "rich Peppercorns-rubbed Pigeon Salad",
  "slug": "rich-peppercorns-rubbed-pigeon-salad-235",
  "description": "Vigor aegre cinis suppellex. Omnis attero desino ciminatio solum sumptus asporto defessus.",
  "cuisine": "vietnamese",
  "difficulty": "hard",
  "prepMinutes": 40,
  "cookMinutes": 138,
  "servings": 1,
  "ingredients": [
    "1 cup trout",
    "2.25 g elderberry",
    "3 tbsp mahi mahi",
    "3.25 oz brown rice",
    "0.5 cup fish sauce",
    "1.5 lb shark",
    "3.25 tsp cumin",
    "3.75 tbsp bay leaves",
    "2 lb pear juice",
    "2.25 oz sesame oil",
    "1.25 lb guava",
    "3.25 tsp garam masala",
    "0.5 cup morwong"
  ],
  "instructions": [
    "Step 1: Whisk provolone until delego nobis altus thesaurus umbra.",
    "Step 2: Garnish bamboo shoots until considero attollo dolores.",
    "Step 3: Whisk flat mushrooms until tantillus ver qui spero exercitationem.",
    "Step 4: Fold aniseed until stipes asperiores subseco adicio.",
    "Step 5: Sauté shiitake mushrooms until allatus ubi decens venustas."
  ],
  "tags": [
    "dairy-free",
    "comfort",
    "healthy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-235/1200/800",
  "createdAt": "2025-09-12T08:50:21.541Z",
  "updatedAt": "2025-09-12T08:50:21.541Z"
}
Draftbit