example-data.com

recipes / #91

rich Caprese Salad

rich Caprese Salad

comfort
Prep
20 min
Cook
152 min
Serves
7

Canis thermae desparatus sublime ipsa quis abstergo baiulus. Utrimque depereo vel antepono truculenter.

Ingredients

  • • 2.75 lb chestnut
  • • 1 oz garam masala
  • • 0.25 tbsp tea oil
  • • 3 tsp lentils
  • • 3.75 oz fromage blanc

Instructions

  1. Step 1: Garnish bocconcini until decet exercitationem vigilo coerceo.
  2. Step 2: Sauté tahini until vulgo cuppedia.
  3. Step 3: Sauté blueberries until terminatio ars antepono conscendo confero.
  4. Step 4: Combine mung beans until vulpes cogito.
  5. Step 5: Sauté endive until convoco cinis eos conspergo amita.
  6. Step 6: Stir vegetable spaghetti until campana thesaurus paens pauper.
  7. Step 7: Stir hokkien noodles until approbo aptus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/91"
)
recipe = res.json()
{
  "id": 91,
  "userId": 231,
  "title": "rich Caprese Salad",
  "slug": "rich-caprese-salad-91",
  "description": "Canis thermae desparatus sublime ipsa quis abstergo baiulus. Utrimque depereo vel antepono truculenter.",
  "cuisine": "mediterranean",
  "difficulty": "medium",
  "prepMinutes": 20,
  "cookMinutes": 152,
  "servings": 7,
  "ingredients": [
    "2.75 lb chestnut",
    "1 oz garam masala",
    "0.25 tbsp tea oil",
    "3 tsp lentils",
    "3.75 oz fromage blanc"
  ],
  "instructions": [
    "Step 1: Garnish bocconcini until decet exercitationem vigilo coerceo.",
    "Step 2: Sauté tahini until vulgo cuppedia.",
    "Step 3: Sauté blueberries until terminatio ars antepono conscendo confero.",
    "Step 4: Combine mung beans until vulpes cogito.",
    "Step 5: Sauté endive until convoco cinis eos conspergo amita.",
    "Step 6: Stir vegetable spaghetti until campana thesaurus paens pauper.",
    "Step 7: Stir hokkien noodles until approbo aptus."
  ],
  "tags": [
    "comfort"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-91/1200/800",
  "createdAt": "2025-06-27T02:49:12.061Z",
  "updatedAt": "2025-06-27T02:49:12.061Z"
}
Draftbit