example-data.com

recipes / #143

smoky Seafood Paella

smoky Seafood Paella

Prep
48 min
Cook
24 min
Serves
1

Chirographum delibero terreo.

Ingredients

  • • 3.75 tbsp white wine vinegar
  • • 3.25 tbsp yoghurt
  • • 0.5 lb nutritional yeast
  • • 0.75 oz soy milk
  • • 4 g baking powder
  • • 1.25 cup achacha
  • • 1.5 cup shark
  • • 4 g milk chocolate

Instructions

  1. Step 1: Simmer green beans until paens patria beatae agnitio.
  2. Step 2: Stir fruit until angustus synagoga molestiae tergo.
  3. Step 3: Simmer beef stock until aer temperantia patior aequitas vesco.
  4. Step 4: Season cashews until celebrer congregatio.
  5. Step 5: Simmer balsamic vinegar until volubilis animadverto ipsam ambitus.
  6. Step 6: Simmer basil basmati rice until triumphus stultus ascisco vulgus.
  7. Step 7: Season dashi until dolorum baiulus credo umerus.
  8. Step 8: Sauté poppy seed until callide deputo.
  9. Step 9: Combine bonito flakes until verbum contra explicabo supellex denique.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/143"
)
recipe = res.json()
{
  "id": 143,
  "userId": 237,
  "title": "smoky Seafood Paella",
  "slug": "smoky-seafood-paella-143",
  "description": "Chirographum delibero terreo.",
  "cuisine": "chinese",
  "difficulty": "easy",
  "prepMinutes": 48,
  "cookMinutes": 24,
  "servings": 1,
  "ingredients": [
    "3.75 tbsp white wine vinegar",
    "3.25 tbsp yoghurt",
    "0.5 lb nutritional yeast",
    "0.75 oz soy milk",
    "4 g baking powder",
    "1.25 cup achacha",
    "1.5 cup shark",
    "4 g milk chocolate"
  ],
  "instructions": [
    "Step 1: Simmer green beans until paens patria beatae agnitio.",
    "Step 2: Stir fruit until angustus synagoga molestiae tergo.",
    "Step 3: Simmer beef stock until aer temperantia patior aequitas vesco.",
    "Step 4: Season cashews until celebrer congregatio.",
    "Step 5: Simmer balsamic vinegar until volubilis animadverto ipsam ambitus.",
    "Step 6: Simmer basil basmati rice until triumphus stultus ascisco vulgus.",
    "Step 7: Season dashi until dolorum baiulus credo umerus.",
    "Step 8: Sauté poppy seed until callide deputo.",
    "Step 9: Combine bonito flakes until verbum contra explicabo supellex denique."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-143/1200/800",
  "createdAt": "2026-04-03T06:35:58.449Z",
  "updatedAt": "2026-04-03T06:35:58.449Z"
}
Draftbit