example-data.com

recipes / #161

crispy Pizza

crispy Pizza

weeknightquickcomforthealthy
Prep
12 min
Cook
139 min
Serves
6

Et ocer consequatur timidus tumultus natus bene appello.

Ingredients

  • • 1.5 tsp yellowtail kingfish
  • • 0.25 g garam masala
  • • 4 lb butter
  • • 0.5 cup tinned
  • • 1.75 lb kidney beans
  • • 3.5 g pasta
  • • 3.5 tsp white flour
  • • 4 g cassia bark
  • • 2.5 cup liver
  • • 2.5 g kenchur
  • • 2.5 tsp berries
  • • 3.5 oz camellia tea oil

Instructions

  1. Step 1: Season oyster mushrooms until deprimo degenero.
  2. Step 2: Season juniper berries until deripio territo attollo autem capto.
  3. Step 3: Season adzuki beans until annus comprehendo coruscus volubilis somniculosus.
  4. Step 4: Whisk carob carrot until beatus ea beatus ante quae.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/161"
)
recipe = res.json()
{
  "id": 161,
  "userId": 184,
  "title": "crispy Pizza",
  "slug": "crispy-pizza-161",
  "description": "Et ocer consequatur timidus tumultus natus bene appello.",
  "cuisine": "mediterranean",
  "difficulty": "hard",
  "prepMinutes": 12,
  "cookMinutes": 139,
  "servings": 6,
  "ingredients": [
    "1.5 tsp yellowtail kingfish",
    "0.25 g garam masala",
    "4 lb butter",
    "0.5 cup tinned",
    "1.75 lb kidney beans",
    "3.5 g pasta",
    "3.5 tsp white flour",
    "4 g cassia bark",
    "2.5 cup liver",
    "2.5 g kenchur",
    "2.5 tsp berries",
    "3.5 oz camellia tea oil"
  ],
  "instructions": [
    "Step 1: Season oyster mushrooms until deprimo degenero.",
    "Step 2: Season juniper berries until deripio territo attollo autem capto.",
    "Step 3: Season adzuki beans until annus comprehendo coruscus volubilis somniculosus.",
    "Step 4: Whisk carob carrot until beatus ea beatus ante quae."
  ],
  "tags": [
    "weeknight",
    "quick",
    "comfort",
    "healthy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-161/1200/800",
  "createdAt": "2026-05-21T08:34:12.152Z",
  "updatedAt": "2026-05-21T08:34:12.152Z"
}
Draftbit