example-data.com

recipes / #151

bitter Poke

bitter Poke

familyveganvegetarianlow-carb
Prep
24 min
Cook
76 min
Serves
2

Adsidue titulus pecus desidero. Sono architecto deduco occaecati.

Ingredients

  • • 2.25 oz cloves
  • • 1 cup snowpea sprouts
  • • 3 lb miso
  • • 1 oz hiramasa kingfish
  • • 0.5 oz spinach
  • • 1.25 oz garlic
  • • 2.75 g currants
  • • 3.5 oz fish sauce
  • • 3.75 tsp jelly

Instructions

  1. Step 1: Garnish tempeh until sordeo deputo.
  2. Step 2: Simmer common cultivated mushrooms until libero cinis ciminatio stips tamquam.
  3. Step 3: Season soymilk until coma copia voveo.
  4. Step 4: Combine lychees until vir damno.
  5. Step 5: Whisk allspice until adulescens urbs sto degero creo.
  6. Step 6: Sauté endive until caelum spoliatio natus casus tardus.
  7. Step 7: Combine wholegrain bread until ceno tot damnatio vulnus.
  8. Step 8: Sauté kecap manis until conventus eligendi pecco vestrum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/151"
)
recipe = res.json()
{
  "id": 151,
  "userId": 94,
  "title": "bitter Poke",
  "slug": "bitter-poke-151",
  "description": "Adsidue titulus pecus desidero. Sono architecto deduco occaecati.",
  "cuisine": "chinese",
  "difficulty": "easy",
  "prepMinutes": 24,
  "cookMinutes": 76,
  "servings": 2,
  "ingredients": [
    "2.25 oz cloves",
    "1 cup snowpea sprouts",
    "3 lb miso",
    "1 oz hiramasa kingfish",
    "0.5 oz spinach",
    "1.25 oz garlic",
    "2.75 g currants",
    "3.5 oz fish sauce",
    "3.75 tsp jelly"
  ],
  "instructions": [
    "Step 1: Garnish tempeh until sordeo deputo.",
    "Step 2: Simmer common cultivated mushrooms until libero cinis ciminatio stips tamquam.",
    "Step 3: Season soymilk until coma copia voveo.",
    "Step 4: Combine lychees until vir damno.",
    "Step 5: Whisk allspice until adulescens urbs sto degero creo.",
    "Step 6: Sauté endive until caelum spoliatio natus casus tardus.",
    "Step 7: Combine wholegrain bread until ceno tot damnatio vulnus.",
    "Step 8: Sauté kecap manis until conventus eligendi pecco vestrum."
  ],
  "tags": [
    "family",
    "vegan",
    "vegetarian",
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-151/1200/800",
  "createdAt": "2024-07-05T00:45:49.705Z",
  "updatedAt": "2024-07-05T00:45:49.705Z"
}
Draftbit