example-data.com

recipes / #74

sweet Purple Carrot Salad

sweet Purple Carrot Salad

weeknightcomfortquick
Prep
14 min
Cook
120 min
Serves
4

Temeritas excepturi supra amicitia sequi spargo vir animi. Amor annus spiritus bos utrum. Aranea defendo solitudo auctus bardus.

Ingredients

  • • 0.25 tbsp limes
  • • 1.5 tbsp sprouts
  • • 2.25 tbsp soba
  • • 4 tbsp ricemilk
  • • 3.75 g sunflower oil
  • • 1.25 cup soy flour
  • • 0.75 lb butter

Instructions

  1. Step 1: Season longan until summa timidus dolore deleniti.
  2. Step 2: Simmer broccoli until vir cariosus vero fugiat.
  3. Step 3: Whisk margarine until decipio veritas villa antea.
  4. Step 4: Garnish mulberries until aeternus bene.
  5. Step 5: Garnish juniper berries until suffragium tristis.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/74"
)
recipe = res.json()
{
  "id": 74,
  "userId": 229,
  "title": "sweet Purple Carrot Salad",
  "slug": "sweet-purple-carrot-salad-74",
  "description": "Temeritas excepturi supra amicitia sequi spargo vir animi. Amor annus spiritus bos utrum. Aranea defendo solitudo auctus bardus.",
  "cuisine": "vietnamese",
  "difficulty": "hard",
  "prepMinutes": 14,
  "cookMinutes": 120,
  "servings": 4,
  "ingredients": [
    "0.25 tbsp limes",
    "1.5 tbsp sprouts",
    "2.25 tbsp soba",
    "4 tbsp ricemilk",
    "3.75 g sunflower oil",
    "1.25 cup soy flour",
    "0.75 lb butter"
  ],
  "instructions": [
    "Step 1: Season longan until summa timidus dolore deleniti.",
    "Step 2: Simmer broccoli until vir cariosus vero fugiat.",
    "Step 3: Whisk margarine until decipio veritas villa antea.",
    "Step 4: Garnish mulberries until aeternus bene.",
    "Step 5: Garnish juniper berries until suffragium tristis."
  ],
  "tags": [
    "weeknight",
    "comfort",
    "quick"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-74/1200/800",
  "createdAt": "2025-01-03T16:34:14.413Z",
  "updatedAt": "2025-01-03T16:34:14.413Z"
}
Draftbit