example-data.com

recipes / #233

crispy Russian French Eschallots Soup

crispy Russian French Eschallots Soup

spicygluten-freedairy-free
Prep
53 min
Cook
132 min
Serves
4

Tempora agnitio triumphus tremo asperiores.

Ingredients

  • • 0.25 tbsp star fruit
  • • 2.5 tsp tahini
  • • 2.25 tbsp avocado spread
  • • 0.5 lb hummus
  • • 3.5 tbsp blueberries
  • • 0.5 g sea salt
  • • 3 cup custard apples
  • • 3 tbsp wheatgrass juice
  • • 2.75 tsp hijiki
  • • 2 lb tamarillo

Instructions

  1. Step 1: Whisk cottage cheese until vindico cito aut uxor provident.
  2. Step 2: Whisk blue eye trevalla until alioqui voluntarius.
  3. Step 3: Fold nutritional yeast until spoliatio admiratio reprehenderit.
  4. Step 4: Stir sesame oil until textus conduco sollicito circumvenio sordeo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/233"
)
recipe = res.json()
{
  "id": 233,
  "userId": 120,
  "title": "crispy Russian French Eschallots Soup",
  "slug": "crispy-russian-french-eschallots-soup-233",
  "description": "Tempora agnitio triumphus tremo asperiores.",
  "cuisine": "french",
  "difficulty": "easy",
  "prepMinutes": 53,
  "cookMinutes": 132,
  "servings": 4,
  "ingredients": [
    "0.25 tbsp star fruit",
    "2.5 tsp tahini",
    "2.25 tbsp avocado spread",
    "0.5 lb hummus",
    "3.5 tbsp blueberries",
    "0.5 g sea salt",
    "3 cup custard apples",
    "3 tbsp wheatgrass juice",
    "2.75 tsp hijiki",
    "2 lb tamarillo"
  ],
  "instructions": [
    "Step 1: Whisk cottage cheese until vindico cito aut uxor provident.",
    "Step 2: Whisk blue eye trevalla until alioqui voluntarius.",
    "Step 3: Fold nutritional yeast until spoliatio admiratio reprehenderit.",
    "Step 4: Stir sesame oil until textus conduco sollicito circumvenio sordeo."
  ],
  "tags": [
    "spicy",
    "gluten-free",
    "dairy-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-233/1200/800",
  "createdAt": "2025-12-01T18:14:53.424Z",
  "updatedAt": "2025-12-01T18:14:53.424Z"
}
Draftbit