example-data.com

recipes / #225

zesty Cheeseburger

zesty Cheeseburger

spicydairy-freehealthygluten-free
Prep
14 min
Cook
156 min
Serves
4

Censura eaque cura vehemens absconditus voluntarius coadunatio tantum. Dignissimos ager denuo compello adinventitias advoco.

Ingredients

  • • 2.75 tsp kenchur
  • • 3.25 cup barramundi
  • • 3.75 tsp fingerlime
  • • 0.25 lb buckwheat flour
  • • 0.75 tsp papaya
  • • 1.75 g amaranth
  • • 3 tbsp fruit
  • • 1.75 g green tea

Instructions

  1. Step 1: Sauté vegetable stock until deserunt comes succurro hic.
  2. Step 2: Combine corn syrup until artificiose damno animadverto temporibus decumbo.
  3. Step 3: Sauté lamb until solio terra.
  4. Step 4: Season flounder until tero pecto.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/225"
)
recipe = res.json()
{
  "id": 225,
  "userId": 75,
  "title": "zesty Cheeseburger",
  "slug": "zesty-cheeseburger-225",
  "description": "Censura eaque cura vehemens absconditus voluntarius coadunatio tantum. Dignissimos ager denuo compello adinventitias advoco.",
  "cuisine": "japanese",
  "difficulty": "easy",
  "prepMinutes": 14,
  "cookMinutes": 156,
  "servings": 4,
  "ingredients": [
    "2.75 tsp kenchur",
    "3.25 cup barramundi",
    "3.75 tsp fingerlime",
    "0.25 lb buckwheat flour",
    "0.75 tsp papaya",
    "1.75 g amaranth",
    "3 tbsp fruit",
    "1.75 g green tea"
  ],
  "instructions": [
    "Step 1: Sauté vegetable stock until deserunt comes succurro hic.",
    "Step 2: Combine corn syrup until artificiose damno animadverto temporibus decumbo.",
    "Step 3: Sauté lamb until solio terra.",
    "Step 4: Season flounder until tero pecto."
  ],
  "tags": [
    "spicy",
    "dairy-free",
    "healthy",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-225/1200/800",
  "createdAt": "2026-05-09T22:25:05.628Z",
  "updatedAt": "2026-05-09T22:25:05.628Z"
}
Draftbit