example-data.com

recipes / #157

fresh Pigeon Steak

fresh Pigeon Steak

low-carbgluten-freefamilyspicy
Prep
39 min
Cook
116 min
Serves
6

Ratione ullam subiungo sed cavus theca thermae denique id coruscus. Cultura aestus certe sodalitas cognatus sollicito auditor dolorem.

Ingredients

  • • 0.5 g soy beans
  • • 0.5 tbsp broccoli
  • • 1.75 g balsamic vinegar
  • • 2.75 cup dark chocolate
  • • 3.25 tbsp grape seed oil
  • • 3.75 lb avocado oil

Instructions

  1. Step 1: Stir cashews until turba audacia consectetur arcus.
  2. Step 2: Garnish pear until uter statua cinis absum.
  3. Step 3: Stir oysters until uredo temporibus capto desidero.
  4. Step 4: Combine sesame oil until amicitia assentator.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/157"
)
recipe = res.json()
{
  "id": 157,
  "userId": 45,
  "title": "fresh Pigeon Steak",
  "slug": "fresh-pigeon-steak-157",
  "description": "Ratione ullam subiungo sed cavus theca thermae denique id coruscus. Cultura aestus certe sodalitas cognatus sollicito auditor dolorem.",
  "cuisine": "indian",
  "difficulty": "hard",
  "prepMinutes": 39,
  "cookMinutes": 116,
  "servings": 6,
  "ingredients": [
    "0.5 g soy beans",
    "0.5 tbsp broccoli",
    "1.75 g balsamic vinegar",
    "2.75 cup dark chocolate",
    "3.25 tbsp grape seed oil",
    "3.75 lb avocado oil"
  ],
  "instructions": [
    "Step 1: Stir cashews until turba audacia consectetur arcus.",
    "Step 2: Garnish pear until uter statua cinis absum.",
    "Step 3: Stir oysters until uredo temporibus capto desidero.",
    "Step 4: Combine sesame oil until amicitia assentator."
  ],
  "tags": [
    "low-carb",
    "gluten-free",
    "family",
    "spicy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-157/1200/800",
  "createdAt": "2024-08-31T03:27:14.443Z",
  "updatedAt": "2024-08-31T03:27:14.443Z"
}
Draftbit