example-data.com

recipes / #121

crispy Chicken Parm

crispy Chicken Parm

low-carbhigh-proteinhealthyvegan
Prep
10 min
Cook
36 min
Serves
2

Voluptatibus super torqueo delinquo cohibeo arceo cinis antea cubitum. Tersus desipio viscus usitas accusamus sonitus curiositas. Ocer damnatio desipio sum cuius.

Ingredients

  • • 3.5 oz aubergine
  • • 1.5 g persimmon
  • • 1 tbsp freekeh
  • • 1.5 cup broccoli
  • • 3 cup amaranth
  • • 3.25 g mace
  • • 2 tbsp tapioca
  • • 2 oz eggs
  • • 0.25 oz vermicelli noodles
  • • 3.5 oz brazil nut
  • • 3 g white rice
  • • 1 tbsp avocado

Instructions

  1. Step 1: Fold incaberries until ipsam absorbeo cariosus incidunt.
  2. Step 2: Whisk beans until debeo teres.
  3. Step 3: Stir barberry until thesaurus atrocitas ea thesis.
  4. Step 4: Garnish parmesan cheese until uxor vitium clarus ancilla.
  5. Step 5: Combine spelt bread until votum ars barba.
  6. Step 6: Sauté lime leaves until terebro torqueo.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/121"
)
recipe = res.json()
{
  "id": 121,
  "userId": 55,
  "title": "crispy Chicken Parm",
  "slug": "crispy-chicken-parm-121",
  "description": "Voluptatibus super torqueo delinquo cohibeo arceo cinis antea cubitum. Tersus desipio viscus usitas accusamus sonitus curiositas. Ocer damnatio desipio sum cuius.",
  "cuisine": "japanese",
  "difficulty": "easy",
  "prepMinutes": 10,
  "cookMinutes": 36,
  "servings": 2,
  "ingredients": [
    "3.5 oz aubergine",
    "1.5 g persimmon",
    "1 tbsp freekeh",
    "1.5 cup broccoli",
    "3 cup amaranth",
    "3.25 g mace",
    "2 tbsp tapioca",
    "2 oz eggs",
    "0.25 oz vermicelli noodles",
    "3.5 oz brazil nut",
    "3 g white rice",
    "1 tbsp avocado"
  ],
  "instructions": [
    "Step 1: Fold incaberries until ipsam absorbeo cariosus incidunt.",
    "Step 2: Whisk beans until debeo teres.",
    "Step 3: Stir barberry until thesaurus atrocitas ea thesis.",
    "Step 4: Garnish parmesan cheese until uxor vitium clarus ancilla.",
    "Step 5: Combine spelt bread until votum ars barba.",
    "Step 6: Sauté lime leaves until terebro torqueo."
  ],
  "tags": [
    "low-carb",
    "high-protein",
    "healthy",
    "vegan"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-121/1200/800",
  "createdAt": "2026-05-12T07:39:06.214Z",
  "updatedAt": "2026-05-12T07:39:06.214Z"
}
Draftbit