example-data.com

recipes / #181

juicy Bush Tomato-glazed Emu Skewers

juicy Bush Tomato-glazed Emu Skewers

dairy-freehigh-protein
Prep
37 min
Cook
109 min
Serves
2

Aptus decens amo. Ciminatio ipsam conitor demens. Sonitus cattus decretum provident surgo.

Ingredients

  • • 1 lb yellow papaw
  • • 0.75 tsp lotus root
  • • 4 tsp chicken stock
  • • 2.25 lb pork
  • • 3.25 tbsp pineapple
  • • 4 tbsp tabasco
  • • 2.25 g butter beans
  • • 3 g eggplant

Instructions

  1. Step 1: Sauté dill until utrum voluptates verbera.
  2. Step 2: Season banana until sollers defleo ustilo bibo ustulo.
  3. Step 3: Season basil basmati rice until voluptatum arto.
  4. Step 4: Season barley until aspernatur esse.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/181"
)
recipe = res.json()
{
  "id": 181,
  "userId": 39,
  "title": "juicy Bush Tomato-glazed Emu Skewers",
  "slug": "juicy-bush-tomato-glazed-emu-skewers-181",
  "description": "Aptus decens amo. Ciminatio ipsam conitor demens. Sonitus cattus decretum provident surgo.",
  "cuisine": "italian",
  "difficulty": "medium",
  "prepMinutes": 37,
  "cookMinutes": 109,
  "servings": 2,
  "ingredients": [
    "1 lb yellow papaw",
    "0.75 tsp lotus root",
    "4 tsp chicken stock",
    "2.25 lb pork",
    "3.25 tbsp pineapple",
    "4 tbsp tabasco",
    "2.25 g butter beans",
    "3 g eggplant"
  ],
  "instructions": [
    "Step 1: Sauté dill until utrum voluptates verbera.",
    "Step 2: Season banana until sollers defleo ustilo bibo ustulo.",
    "Step 3: Season basil basmati rice until voluptatum arto.",
    "Step 4: Season barley until aspernatur esse."
  ],
  "tags": [
    "dairy-free",
    "high-protein"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-181/1200/800",
  "createdAt": "2024-12-03T18:10:57.926Z",
  "updatedAt": "2024-12-03T18:10:57.926Z"
}
Draftbit