example-data.com

recipes / #100

zesty Pork With Incaberry Sauce

zesty Pork With Incaberry Sauce

dairy-free
Prep
30 min
Cook
51 min
Serves
3

Aggero solvo sulum amet cibo cruentus aegre sequi. Caveo amet commodo cometes tepesco curo. Animus reprehenderit adfectus tener apto tergeo tempore.

Ingredients

  • • 2.25 cup stevia
  • • 4 lb cream cheese
  • • 0.25 lb pasta
  • • 1.25 oz edamame
  • • 1.25 oz silverbeet
  • • 2.75 g rye bread
  • • 1.25 cup spring onions
  • • 0.75 tsp buttermilk
  • • 0.5 g apple juice concentrate
  • • 3 tsp sardines
  • • 1.5 cup blue swimmer crab
  • • 4 tsp okra
  • • 0.5 tbsp liver
  • • 2.25 tsp fish stock

Instructions

  1. Step 1: Fold nasturtium until talus triumphus inflammatio ultra tendo.
  2. Step 2: Combine cumquat until truculenter carbo carmen.
  3. Step 3: Whisk peaches until dedico rerum aiunt acer compono.
  4. Step 4: Whisk tomatoes until vacuus suggero.
  5. Step 5: Simmer french eschallots until sono adulatio carpo ascit accusator.
  6. Step 6: Stir flounder until concido sapiente correptius.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/100"
)
recipe = res.json()
{
  "id": 100,
  "userId": 104,
  "title": "zesty Pork With Incaberry Sauce",
  "slug": "zesty-pork-with-incaberry-sauce-100",
  "description": "Aggero solvo sulum amet cibo cruentus aegre sequi. Caveo amet commodo cometes tepesco curo. Animus reprehenderit adfectus tener apto tergeo tempore.",
  "cuisine": "thai",
  "difficulty": "medium",
  "prepMinutes": 30,
  "cookMinutes": 51,
  "servings": 3,
  "ingredients": [
    "2.25 cup stevia",
    "4 lb cream cheese",
    "0.25 lb pasta",
    "1.25 oz edamame",
    "1.25 oz silverbeet",
    "2.75 g rye bread",
    "1.25 cup spring onions",
    "0.75 tsp buttermilk",
    "0.5 g apple juice concentrate",
    "3 tsp sardines",
    "1.5 cup blue swimmer crab",
    "4 tsp okra",
    "0.5 tbsp liver",
    "2.25 tsp fish stock"
  ],
  "instructions": [
    "Step 1: Fold nasturtium until talus triumphus inflammatio ultra tendo.",
    "Step 2: Combine cumquat until truculenter carbo carmen.",
    "Step 3: Whisk peaches until dedico rerum aiunt acer compono.",
    "Step 4: Whisk tomatoes until vacuus suggero.",
    "Step 5: Simmer french eschallots until sono adulatio carpo ascit accusator.",
    "Step 6: Stir flounder until concido sapiente correptius."
  ],
  "tags": [
    "dairy-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-100/1200/800",
  "createdAt": "2026-04-18T06:54:20.571Z",
  "updatedAt": "2026-04-18T06:54:20.571Z"
}
Draftbit