example-data.com

recipes / #123

zesty Salmon Nigiri

zesty Salmon Nigiri

high-proteinfamilyveganweeknight
Prep
60 min
Cook
96 min
Serves
5

Considero suffoco sophismata speculum tenus reprehenderit aperio. Umbra earum ullam aegrus voluptatibus aequitas approbo.

Ingredients

  • • 3 g pomegranate
  • • 0.25 cup calamari
  • • 2.5 oz clams
  • • 3 oz coffee
  • • 0.5 tbsp soy sauce
  • • 1 oz mastic
  • • 2.5 oz flaxseed
  • • 2.25 lb tarragon
  • • 3 tsp lotus root
  • • 3 cup balsamic vinegar
  • • 3 tsp redfish

Instructions

  1. Step 1: Season sunflower oil until facilis quo iste amplexus tempore.
  2. Step 2: Whisk provolone until utor vomica terga accendo adhuc.
  3. Step 3: Sauté turkey until spes temptatio.
  4. Step 4: Stir basil basmati rice until viduo rem.
  5. Step 5: Season avocado spread until aggero porro.
  6. Step 6: Sauté apples until vorago tripudio iste eum.
  7. Step 7: Stir goat cheese until coniuratio villa blanditiis tolero color.
  8. Step 8: Garnish whiting wild rice until adicio adopto consuasor.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/123"
)
recipe = res.json()
{
  "id": 123,
  "userId": 220,
  "title": "zesty Salmon Nigiri",
  "slug": "zesty-salmon-nigiri-123",
  "description": "Considero suffoco sophismata speculum tenus reprehenderit aperio. Umbra earum ullam aegrus voluptatibus aequitas approbo.",
  "cuisine": "mexican",
  "difficulty": "medium",
  "prepMinutes": 60,
  "cookMinutes": 96,
  "servings": 5,
  "ingredients": [
    "3 g pomegranate",
    "0.25 cup calamari",
    "2.5 oz clams",
    "3 oz coffee",
    "0.5 tbsp soy sauce",
    "1 oz mastic",
    "2.5 oz flaxseed",
    "2.25 lb tarragon",
    "3 tsp lotus root",
    "3 cup balsamic vinegar",
    "3 tsp redfish"
  ],
  "instructions": [
    "Step 1: Season sunflower oil until facilis quo iste amplexus tempore.",
    "Step 2: Whisk provolone until utor vomica terga accendo adhuc.",
    "Step 3: Sauté turkey until spes temptatio.",
    "Step 4: Stir basil basmati rice until viduo rem.",
    "Step 5: Season avocado spread until aggero porro.",
    "Step 6: Sauté apples until vorago tripudio iste eum.",
    "Step 7: Stir goat cheese until coniuratio villa blanditiis tolero color.",
    "Step 8: Garnish whiting wild rice until adicio adopto consuasor."
  ],
  "tags": [
    "high-protein",
    "family",
    "vegan",
    "weeknight"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-123/1200/800",
  "createdAt": "2026-05-03T10:13:34.542Z",
  "updatedAt": "2026-05-03T10:13:34.542Z"
}
Draftbit