example-data.com

recipes / #80

sour Rabbit Steak

sour Rabbit Steak

spicyhealthygluten-free
Prep
53 min
Cook
71 min
Serves
7

Teres caute amicitia provident amplexus. Aeger crebro territo.

Ingredients

  • • 2.5 tsp star fruit
  • • 3 lb borlotti beans
  • • 3 tsp yellow papaw
  • • 2.5 tbsp kiwi berries
  • • 2.75 tbsp mastic
  • • 3 tbsp mozzarella
  • • 2.5 cup common cultivated mushrooms

Instructions

  1. Step 1: Season raspberry until consequuntur alii aiunt tui conor.
  2. Step 2: Fold buckwheat until fugit eos creptio curtus verbera.
  3. Step 3: Stir agave syrup until patruus itaque voluptates.
  4. Step 4: Simmer cumin until concedo cenaculum.
  5. Step 5: Simmer apricots until adsum adflicto.
  6. Step 6: Whisk strawberries until damnatio peior aurum succedo.
  7. Step 7: Simmer nutmeg until solum talio.
  8. Step 8: Stir avocado until demitto terreo denuo.
  9. Step 9: Stir cayenne until ipsam fugiat caritas vorax.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/80"
)
recipe = res.json()
{
  "id": 80,
  "userId": 74,
  "title": "sour Rabbit Steak",
  "slug": "sour-rabbit-steak-80",
  "description": "Teres caute amicitia provident amplexus. Aeger crebro territo.",
  "cuisine": "thai",
  "difficulty": "hard",
  "prepMinutes": 53,
  "cookMinutes": 71,
  "servings": 7,
  "ingredients": [
    "2.5 tsp star fruit",
    "3 lb borlotti beans",
    "3 tsp yellow papaw",
    "2.5 tbsp kiwi berries",
    "2.75 tbsp mastic",
    "3 tbsp mozzarella",
    "2.5 cup common cultivated mushrooms"
  ],
  "instructions": [
    "Step 1: Season raspberry until consequuntur alii aiunt tui conor.",
    "Step 2: Fold buckwheat until fugit eos creptio curtus verbera.",
    "Step 3: Stir agave syrup until patruus itaque voluptates.",
    "Step 4: Simmer cumin until concedo cenaculum.",
    "Step 5: Simmer apricots until adsum adflicto.",
    "Step 6: Whisk strawberries until damnatio peior aurum succedo.",
    "Step 7: Simmer nutmeg until solum talio.",
    "Step 8: Stir avocado until demitto terreo denuo.",
    "Step 9: Stir cayenne until ipsam fugiat caritas vorax."
  ],
  "tags": [
    "spicy",
    "healthy",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-80/1200/800",
  "createdAt": "2025-09-05T06:40:56.915Z",
  "updatedAt": "2025-09-05T06:40:56.915Z"
}
Draftbit