example-data.com

recipes / #141

smoky Pizza

smoky Pizza

vegetariandairy-freefamilyhealthy
Prep
16 min
Cook
48 min
Serves
3

Verbum baiulus corporis tempore centum cohibeo colligo. Benigne aequus thorax theologus depono modi atrox.

Ingredients

  • • 0.75 g french eschallots
  • • 0.25 tsp cornichons
  • • 3.5 oz tomatoes
  • • 2.25 g soy beans
  • • 2 oz yellowtail kingfish
  • • 3.25 tsp wholegrain bread

Instructions

  1. Step 1: Stir turnips until vivo placeat soleo comparo aperte.
  2. Step 2: Sauté flour until benigne timor ultra umbra ars.
  3. Step 3: Fold red wine until terebro supra.
  4. Step 4: Sauté nutmeg until aequitas catena texo turpis.
  5. Step 5: Sauté vanilla beans until strues usus somnus.
  6. Step 6: Simmer aniseed until adfectus varietas.
  7. Step 7: Combine lychees until vinco tristis alter appono deputo.
  8. Step 8: Garnish dill until amplitudo tempore curia.
  9. Step 9: Combine yogurt until tamen audentia utrimque termes.
  10. Step 10: Sauté yogurt until comburo dolores demo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/141"
)
recipe = res.json()
{
  "id": 141,
  "userId": 104,
  "title": "smoky Pizza",
  "slug": "smoky-pizza-141",
  "description": "Verbum baiulus corporis tempore centum cohibeo colligo. Benigne aequus thorax theologus depono modi atrox.",
  "cuisine": "indian",
  "difficulty": "easy",
  "prepMinutes": 16,
  "cookMinutes": 48,
  "servings": 3,
  "ingredients": [
    "0.75 g french eschallots",
    "0.25 tsp cornichons",
    "3.5 oz tomatoes",
    "2.25 g soy beans",
    "2 oz yellowtail kingfish",
    "3.25 tsp wholegrain bread"
  ],
  "instructions": [
    "Step 1: Stir turnips until vivo placeat soleo comparo aperte.",
    "Step 2: Sauté flour until benigne timor ultra umbra ars.",
    "Step 3: Fold red wine until terebro supra.",
    "Step 4: Sauté nutmeg until aequitas catena texo turpis.",
    "Step 5: Sauté vanilla beans until strues usus somnus.",
    "Step 6: Simmer aniseed until adfectus varietas.",
    "Step 7: Combine lychees until vinco tristis alter appono deputo.",
    "Step 8: Garnish dill until amplitudo tempore curia.",
    "Step 9: Combine yogurt until tamen audentia utrimque termes.",
    "Step 10: Sauté yogurt until comburo dolores demo."
  ],
  "tags": [
    "vegetarian",
    "dairy-free",
    "family",
    "healthy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-141/1200/800",
  "createdAt": "2025-09-21T02:46:22.138Z",
  "updatedAt": "2025-09-21T02:46:22.138Z"
}
Draftbit