example-data.com

recipes / #4

tangy Arepas

tangy Arepas

veganvegetarian
Prep
11 min
Cook
31 min
Serves
3

Ter spargo alii quod clamo truculenter cena antiquus. Sulum similique patrocinor nostrum.

Ingredients

  • • 3.75 oz tempeh
  • • 4 lb malt vinegar
  • • 1 oz radish
  • • 3 tsp goat milk
  • • 3.75 lb oyster mushrooms
  • • 3.25 g oregano
  • • 0.75 oz potato flour

Instructions

  1. Step 1: Whisk cream cheese until spargo conitor illo vobis cupio.
  2. Step 2: Sauté avocado oil until ubi vehemens combibo adfero.
  3. Step 3: Garnish agar until laborum voluptates spectaculum.
  4. Step 4: Stir rice noodles until curiositas appello volva.
  5. Step 5: Stir fish sauce until somnus coadunatio complectus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/4"
)
recipe = res.json()
{
  "id": 4,
  "userId": 223,
  "title": "tangy Arepas",
  "slug": "tangy-arepas-4",
  "description": "Ter spargo alii quod clamo truculenter cena antiquus. Sulum similique patrocinor nostrum.",
  "cuisine": "japanese",
  "difficulty": "easy",
  "prepMinutes": 11,
  "cookMinutes": 31,
  "servings": 3,
  "ingredients": [
    "3.75 oz tempeh",
    "4 lb malt vinegar",
    "1 oz radish",
    "3 tsp goat milk",
    "3.75 lb oyster mushrooms",
    "3.25 g oregano",
    "0.75 oz potato flour"
  ],
  "instructions": [
    "Step 1: Whisk cream cheese until spargo conitor illo vobis cupio.",
    "Step 2: Sauté avocado oil until ubi vehemens combibo adfero.",
    "Step 3: Garnish agar until laborum voluptates spectaculum.",
    "Step 4: Stir rice noodles until curiositas appello volva.",
    "Step 5: Stir fish sauce until somnus coadunatio complectus."
  ],
  "tags": [
    "vegan",
    "vegetarian"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-4/1200/800",
  "createdAt": "2025-10-27T23:16:17.808Z",
  "updatedAt": "2025-10-27T23:16:17.808Z"
}
Draftbit