example-data.com

recipes / #147

fluffy Redfish And Salmon Pie

fluffy Redfish And Salmon Pie

vegetariandairy-freecomfortgluten-free
Prep
16 min
Cook
36 min
Serves
4

Repudiandae sortitus utique aedificium qui administratio rerum anser angulus ustulo.

Ingredients

  • • 4 tsp pecan nut
  • • 1 tsp quark
  • • 1.75 tsp paprik
  • • 2.25 oz pears
  • • 2.5 cup endive
  • • 1.25 oz peas
  • • 2.25 tsp bacon
  • • 0.25 lb nori
  • • 2 oz raisin
  • • 3.75 tbsp greenwheat freekeh

Instructions

  1. Step 1: Simmer macadamia oil until clam illum.
  2. Step 2: Season mango until summa carus aranea.
  3. Step 3: Garnish mackerel until teres defluo creo trucido.
  4. Step 4: Season haloumi until xiphias occaecati dolorum.
  5. Step 5: Combine beef until audax alo caelum.
  6. Step 6: Season grapes until virtus vicissitudo compono reprehenderit numquam.
  7. Step 7: Combine pecan nut until vel asper sollers vesica.
  8. Step 8: Stir vanilla beans until supra turpis.
  9. Step 9: Whisk agave syrup until beneficium demo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/147"
)
recipe = res.json()
{
  "id": 147,
  "userId": 130,
  "title": "fluffy Redfish And Salmon Pie",
  "slug": "fluffy-redfish-and-salmon-pie-147",
  "description": "Repudiandae sortitus utique aedificium qui administratio rerum anser angulus ustulo.",
  "cuisine": "thai",
  "difficulty": "medium",
  "prepMinutes": 16,
  "cookMinutes": 36,
  "servings": 4,
  "ingredients": [
    "4 tsp pecan nut",
    "1 tsp quark",
    "1.75 tsp paprik",
    "2.25 oz pears",
    "2.5 cup endive",
    "1.25 oz peas",
    "2.25 tsp bacon",
    "0.25 lb nori",
    "2 oz raisin",
    "3.75 tbsp greenwheat freekeh"
  ],
  "instructions": [
    "Step 1: Simmer macadamia oil until clam illum.",
    "Step 2: Season mango until summa carus aranea.",
    "Step 3: Garnish mackerel until teres defluo creo trucido.",
    "Step 4: Season haloumi until xiphias occaecati dolorum.",
    "Step 5: Combine beef until audax alo caelum.",
    "Step 6: Season grapes until virtus vicissitudo compono reprehenderit numquam.",
    "Step 7: Combine pecan nut until vel asper sollers vesica.",
    "Step 8: Stir vanilla beans until supra turpis.",
    "Step 9: Whisk agave syrup until beneficium demo."
  ],
  "tags": [
    "vegetarian",
    "dairy-free",
    "comfort",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-147/1200/800",
  "createdAt": "2026-05-11T07:47:04.922Z",
  "updatedAt": "2026-05-11T07:47:04.922Z"
}
Draftbit