example-data.com

recipes / #31

zesty Vegetable Soup

zesty Vegetable Soup

Prep
36 min
Cook
71 min
Serves
5

Quia tego sint viscus voluptatibus artificiose iure. Succurro spargo tempore celer. Uterque vulgus decens.

Ingredients

  • • 1.75 lb poppy seed
  • • 1.5 oz file powder
  • • 4 tsp porcini mushrooms
  • • 4 cup capers
  • • 1 tsp sweet potato
  • • 2.5 lb molasses
  • • 1.5 lb basil basmati rice
  • • 0.5 lb trout
  • • 1.25 tsp wakame
  • • 2.75 tsp sour dough bread
  • • 2.25 oz semolina

Instructions

  1. Step 1: Fold camellia tea oil until itaque adicio anser sapiente desparatus.
  2. Step 2: Season brown rice vinegar until non advoco studio uxor deorsum.
  3. Step 3: Stir jarrahdale pumpkin until hic consuasor.
  4. Step 4: Whisk sake until cilicium vomito.
  5. Step 5: Stir coriander leaves until repudiandae tergiversatio sponte natus comis.
  6. Step 6: Combine bamboo shoots until conitor decor.
  7. Step 7: Stir juniper berries until argentum temeritas cohors conscendo articulus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/31"
)
recipe = res.json()
{
  "id": 31,
  "userId": 26,
  "title": "zesty Vegetable Soup",
  "slug": "zesty-vegetable-soup-31",
  "description": "Quia tego sint viscus voluptatibus artificiose iure. Succurro spargo tempore celer. Uterque vulgus decens.",
  "cuisine": "american",
  "difficulty": "hard",
  "prepMinutes": 36,
  "cookMinutes": 71,
  "servings": 5,
  "ingredients": [
    "1.75 lb poppy seed",
    "1.5 oz file powder",
    "4 tsp porcini mushrooms",
    "4 cup capers",
    "1 tsp sweet potato",
    "2.5 lb molasses",
    "1.5 lb basil basmati rice",
    "0.5 lb trout",
    "1.25 tsp wakame",
    "2.75 tsp sour dough bread",
    "2.25 oz semolina"
  ],
  "instructions": [
    "Step 1: Fold camellia tea oil until itaque adicio anser sapiente desparatus.",
    "Step 2: Season brown rice vinegar until non advoco studio uxor deorsum.",
    "Step 3: Stir jarrahdale pumpkin until hic consuasor.",
    "Step 4: Whisk sake until cilicium vomito.",
    "Step 5: Stir coriander leaves until repudiandae tergiversatio sponte natus comis.",
    "Step 6: Combine bamboo shoots until conitor decor.",
    "Step 7: Stir juniper berries until argentum temeritas cohors conscendo articulus."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-31/1200/800",
  "createdAt": "2025-07-16T04:49:57.604Z",
  "updatedAt": "2025-07-16T04:49:57.604Z"
}
Draftbit