example-data.com

recipes / #20

sour Poke

sour Poke

Prep
44 min
Cook
152 min
Serves
7

Harum molestias quis atrocitas.

Ingredients

  • • 3.5 tsp oyster sauce
  • • 3 cup dates
  • • 0.5 oz calamari
  • • 3.25 g corn oil
  • • 3.5 tbsp calamari
  • • 2.5 oz passionfruit
  • • 1.5 oz lemongrass
  • • 0.5 oz maple syrup
  • • 3.5 tbsp lamb
  • • 0.25 oz capsicum
  • • 1.75 oz edam
  • • 1 cup brie

Instructions

  1. Step 1: Combine miso until speciosus exercitationem absque.
  2. Step 2: Whisk oyster sauce until degero deporto.
  3. Step 3: Combine star fruit until casso depraedor verbum.
  4. Step 4: Garnish green tea noodles until quae arma rerum animi artificiose.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/20"
)
recipe = res.json()
{
  "id": 20,
  "userId": 212,
  "title": "sour Poke",
  "slug": "sour-poke-20",
  "description": "Harum molestias quis atrocitas.",
  "cuisine": "japanese",
  "difficulty": "hard",
  "prepMinutes": 44,
  "cookMinutes": 152,
  "servings": 7,
  "ingredients": [
    "3.5 tsp oyster sauce",
    "3 cup dates",
    "0.5 oz calamari",
    "3.25 g corn oil",
    "3.5 tbsp calamari",
    "2.5 oz passionfruit",
    "1.5 oz lemongrass",
    "0.5 oz maple syrup",
    "3.5 tbsp lamb",
    "0.25 oz capsicum",
    "1.75 oz edam",
    "1 cup brie"
  ],
  "instructions": [
    "Step 1: Combine miso until speciosus exercitationem absque.",
    "Step 2: Whisk oyster sauce until degero deporto.",
    "Step 3: Combine star fruit until casso depraedor verbum.",
    "Step 4: Garnish green tea noodles until quae arma rerum animi artificiose."
  ],
  "tags": [],
  "imageUrl": "https://picsum.photos/seed/recipe-20/1200/800",
  "createdAt": "2024-12-17T07:18:18.829Z",
  "updatedAt": "2024-12-17T07:18:18.829Z"
}
Draftbit