example-data.com

recipes / #238

golden Vegetable Soup

golden Vegetable Soup

high-proteinquick
Prep
48 min
Cook
156 min
Serves
2

Complectus vulticulus quidem vae voluptates officiis. Viscus chirographum eligendi censura vulpes dicta autem viscus acer capitulus. Vir curriculum audentia.

Ingredients

  • • 0.5 g tea
  • • 2 cup tuna
  • • 0.75 tbsp edamame
  • • 2 lb figs
  • • 3.75 g tom yum
  • • 2.75 tbsp rosemary
  • • 1.5 oz beetroot
  • • 2.25 g star anise
  • • 0.5 g loquats
  • • 2.5 lb pumpkin

Instructions

  1. Step 1: Sauté snowpeas until cultellus provident deludo sufficio.
  2. Step 2: Combine snowpeas until et conqueror.
  3. Step 3: Season potato flour until sophismata decipio.
  4. Step 4: Simmer bush tomato until voluptatem auditor usque.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/238"
)
recipe = res.json()
{
  "id": 238,
  "userId": 30,
  "title": "golden Vegetable Soup",
  "slug": "golden-vegetable-soup-238",
  "description": "Complectus vulticulus quidem vae voluptates officiis. Viscus chirographum eligendi censura vulpes dicta autem viscus acer capitulus. Vir curriculum audentia.",
  "cuisine": "thai",
  "difficulty": "hard",
  "prepMinutes": 48,
  "cookMinutes": 156,
  "servings": 2,
  "ingredients": [
    "0.5 g tea",
    "2 cup tuna",
    "0.75 tbsp edamame",
    "2 lb figs",
    "3.75 g tom yum",
    "2.75 tbsp rosemary",
    "1.5 oz beetroot",
    "2.25 g star anise",
    "0.5 g loquats",
    "2.5 lb pumpkin"
  ],
  "instructions": [
    "Step 1: Sauté snowpeas until cultellus provident deludo sufficio.",
    "Step 2: Combine snowpeas until et conqueror.",
    "Step 3: Season potato flour until sophismata decipio.",
    "Step 4: Simmer bush tomato until voluptatem auditor usque."
  ],
  "tags": [
    "high-protein",
    "quick"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-238/1200/800",
  "createdAt": "2025-04-01T00:21:14.095Z",
  "updatedAt": "2025-04-01T00:21:14.095Z"
}
Draftbit