example-data.com

recipes / #1

rich Blood Orange Pie

rich Blood Orange Pie

gluten-freedairy-freelow-carbvegan
Prep
9 min
Cook
170 min
Serves
8

Adsuesco amitto cenaculum arma.

Ingredients

  • • 4 oz apple juice
  • • 1.75 tbsp raisin
  • • 0.5 tsp jelly
  • • 3.75 g barramundi
  • • 4 g curry powder
  • • 3 tbsp fennel seeds
  • • 2.25 g hummus
  • • 4 tbsp ricotta
  • • 3.5 lb baking soda
  • • 1.25 oz macadamia nut
  • • 1 tsp guava
  • • 3 tsp lobster
  • • 1.25 tsp papaya
  • • 3.25 lb dried chinese broccoli

Instructions

  1. Step 1: Simmer safflower oil until aqua sumo una cattus universe.
  2. Step 2: Fold aubergine until thorax torrens amoveo.
  3. Step 3: Sauté cream until cado arx quibusdam trans.
  4. Step 4: Whisk greenwheat freekeh until cimentarius labore volup trepide commemoro.
  5. Step 5: Sauté sunflower seeds until vespillo tero compono antiquus averto.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/1"
)
recipe = res.json()
{
  "id": 1,
  "userId": 24,
  "title": "rich Blood Orange Pie",
  "slug": "rich-blood-orange-pie-1",
  "description": "Adsuesco amitto cenaculum arma.",
  "cuisine": "indian",
  "difficulty": "hard",
  "prepMinutes": 9,
  "cookMinutes": 170,
  "servings": 8,
  "ingredients": [
    "4 oz apple juice",
    "1.75 tbsp raisin",
    "0.5 tsp jelly",
    "3.75 g barramundi",
    "4 g curry powder",
    "3 tbsp fennel seeds",
    "2.25 g hummus",
    "4 tbsp ricotta",
    "3.5 lb baking soda",
    "1.25 oz macadamia nut",
    "1 tsp guava",
    "3 tsp lobster",
    "1.25 tsp papaya",
    "3.25 lb dried chinese broccoli"
  ],
  "instructions": [
    "Step 1: Simmer safflower oil until aqua sumo una cattus universe.",
    "Step 2: Fold aubergine until thorax torrens amoveo.",
    "Step 3: Sauté cream until cado arx quibusdam trans.",
    "Step 4: Whisk greenwheat freekeh until cimentarius labore volup trepide commemoro.",
    "Step 5: Sauté sunflower seeds until vespillo tero compono antiquus averto."
  ],
  "tags": [
    "gluten-free",
    "dairy-free",
    "low-carb",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-1/1200/800",
  "createdAt": "2025-04-30T14:56:49.378Z",
  "updatedAt": "2025-04-30T14:56:49.378Z"
}
Draftbit