example-data.com

recipes / #19

fresh Vegetable Soup

fresh Vegetable Soup

familylow-carbvegan
Prep
57 min
Cook
96 min
Serves
6

Error cattus totam succurro utique cubicularis. Bos summisse cupressus conduco turbo agnosco doloribus vulariter stips. Artificiose eligendi supplanto non barba defero adhuc chirographum patrocinor.

Ingredients

  • • 2.75 g rice paper
  • • 1.25 tbsp carob carrot
  • • 1.25 tsp celery seed
  • • 2.75 lb endive
  • • 3 tsp radish
  • • 2.25 tbsp wasabi
  • • 2 tbsp buckwheat noodles
  • • 1.75 cup watercress
  • • 1 oz mountain bread

Instructions

  1. Step 1: Simmer star anise until vulgo voluptatem.
  2. Step 2: Season blueberries until suadeo deserunt deficio ipsum.
  3. Step 3: Combine silverbeet until tamen angulus.
  4. Step 4: Season fish sauce until comis explicabo aveho thorax molestiae.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/19"
)
recipe = res.json()
{
  "id": 19,
  "userId": 5,
  "title": "fresh Vegetable Soup",
  "slug": "fresh-vegetable-soup-19",
  "description": "Error cattus totam succurro utique cubicularis. Bos summisse cupressus conduco turbo agnosco doloribus vulariter stips. Artificiose eligendi supplanto non barba defero adhuc chirographum patrocinor.",
  "cuisine": "japanese",
  "difficulty": "hard",
  "prepMinutes": 57,
  "cookMinutes": 96,
  "servings": 6,
  "ingredients": [
    "2.75 g rice paper",
    "1.25 tbsp carob carrot",
    "1.25 tsp celery seed",
    "2.75 lb endive",
    "3 tsp radish",
    "2.25 tbsp wasabi",
    "2 tbsp buckwheat noodles",
    "1.75 cup watercress",
    "1 oz mountain bread"
  ],
  "instructions": [
    "Step 1: Simmer star anise until vulgo voluptatem.",
    "Step 2: Season blueberries until suadeo deserunt deficio ipsum.",
    "Step 3: Combine silverbeet until tamen angulus.",
    "Step 4: Season fish sauce until comis explicabo aveho thorax molestiae."
  ],
  "tags": [
    "family",
    "low-carb",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-19/1200/800",
  "createdAt": "2024-08-10T04:30:26.125Z",
  "updatedAt": "2024-08-10T04:30:26.125Z"
}
Draftbit