example-data.com

recipes / #142

sour Risotto With Seafood

sour Risotto With Seafood

Prep
39 min
Cook
134 min
Serves
4

Agnosco impedit porro. Contego vapulus cognomen debitis crapula repellat suus vespillo aro ultio. Porro theologus vinitor.

Ingredients

  • • 1.75 tsp blueberries
  • • 3 tbsp yogurt
  • • 1.75 g horseradish
  • • 2.75 lb mace
  • • 3 lb soy milk
  • • 0.5 lb allspice
  • • 0.75 tsp almond oil
  • • 3.25 oz yellowtail kingfish
  • • 1 lb basil basmati rice

Instructions

  1. Step 1: Season red pepper until vito considero tabella approbo.
  2. Step 2: Fold oyster sauce until antiquus curso comburo crustulum.
  3. Step 3: Combine plums until tero fuga.
  4. Step 4: Stir banana until abduco adsuesco cubo comedo amo.
  5. Step 5: Stir loquats until aduro valeo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/142"
)
recipe = res.json()
{
  "id": 142,
  "userId": 92,
  "title": "sour Risotto With Seafood",
  "slug": "sour-risotto-with-seafood-142",
  "description": "Agnosco impedit porro. Contego vapulus cognomen debitis crapula repellat suus vespillo aro ultio. Porro theologus vinitor.",
  "cuisine": "indian",
  "difficulty": "medium",
  "prepMinutes": 39,
  "cookMinutes": 134,
  "servings": 4,
  "ingredients": [
    "1.75 tsp blueberries",
    "3 tbsp yogurt",
    "1.75 g horseradish",
    "2.75 lb mace",
    "3 lb soy milk",
    "0.5 lb allspice",
    "0.75 tsp almond oil",
    "3.25 oz yellowtail kingfish",
    "1 lb basil basmati rice"
  ],
  "instructions": [
    "Step 1: Season red pepper until vito considero tabella approbo.",
    "Step 2: Fold oyster sauce until antiquus curso comburo crustulum.",
    "Step 3: Combine plums until tero fuga.",
    "Step 4: Stir banana until abduco adsuesco cubo comedo amo.",
    "Step 5: Stir loquats until aduro valeo."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-142/1200/800",
  "createdAt": "2025-07-06T11:10:28.172Z",
  "updatedAt": "2025-07-06T11:10:28.172Z"
}
Draftbit