example-data.com

recipes / #85

sour Mushroom Risotto

sour Mushroom Risotto

high-proteinveganweeknightquick
Prep
12 min
Cook
85 min
Serves
2

Sustineo utor curatio.

Ingredients

  • • 0.5 tsp cos lettuce
  • • 2.25 cup wheat
  • • 1 tbsp kecap manis
  • • 0.5 oz liver
  • • 3 tbsp stevia
  • • 0.75 oz grapefruit
  • • 0.75 g maple syrup
  • • 1.25 tsp artichoke
  • • 0.75 g pine nut
  • • 0.5 tsp pepitas
  • • 2.75 g avocado spread
  • • 1.25 tbsp endive

Instructions

  1. Step 1: Whisk bocconcini until umbra comitatus angustus curiositas sit.
  2. Step 2: Garnish hiramasa kingfish until casso calco stabilis ara.
  3. Step 3: Simmer duck until angelus arcesso aer angelus contabesco.
  4. Step 4: Stir grapes until depromo alter sodalitas vito vis.
  5. Step 5: Sauté squid until doloremque civitas.
  6. Step 6: Combine sweet chilli sauce until conitor libero venio urbs.
  7. Step 7: Season common cultivated mushrooms until currus vomica aiunt textor.
  8. Step 8: Fold artichoke until acquiro cohaero cur.
  9. Step 9: Stir dashi until cognomen adaugeo dapifer vitium conspergo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/85"
)
recipe = res.json()
{
  "id": 85,
  "userId": 182,
  "title": "sour Mushroom Risotto",
  "slug": "sour-mushroom-risotto-85",
  "description": "Sustineo utor curatio.",
  "cuisine": "american",
  "difficulty": "hard",
  "prepMinutes": 12,
  "cookMinutes": 85,
  "servings": 2,
  "ingredients": [
    "0.5 tsp cos lettuce",
    "2.25 cup wheat",
    "1 tbsp kecap manis",
    "0.5 oz liver",
    "3 tbsp stevia",
    "0.75 oz grapefruit",
    "0.75 g maple syrup",
    "1.25 tsp artichoke",
    "0.75 g pine nut",
    "0.5 tsp pepitas",
    "2.75 g avocado spread",
    "1.25 tbsp endive"
  ],
  "instructions": [
    "Step 1: Whisk bocconcini until umbra comitatus angustus curiositas sit.",
    "Step 2: Garnish hiramasa kingfish until casso calco stabilis ara.",
    "Step 3: Simmer duck until angelus arcesso aer angelus contabesco.",
    "Step 4: Stir grapes until depromo alter sodalitas vito vis.",
    "Step 5: Sauté squid until doloremque civitas.",
    "Step 6: Combine sweet chilli sauce until conitor libero venio urbs.",
    "Step 7: Season common cultivated mushrooms until currus vomica aiunt textor.",
    "Step 8: Fold artichoke until acquiro cohaero cur.",
    "Step 9: Stir dashi until cognomen adaugeo dapifer vitium conspergo."
  ],
  "tags": [
    "high-protein",
    "vegan",
    "weeknight",
    "quick"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-85/1200/800",
  "createdAt": "2024-08-06T13:36:23.650Z",
  "updatedAt": "2024-08-06T13:36:23.650Z"
}
Draftbit