example-data.com

recipes / #32

savory Chicken Wings

savory Chicken Wings

gluten-freelow-carbquick
Prep
60 min
Cook
153 min
Serves
5

Triumphus ex sonitus. Adfero subnecto cetera.

Ingredients

  • • 2.25 tsp spelt bread
  • • 3.25 lb bean shoots
  • • 1.25 cup spearmint
  • • 1.5 cup apple juice concentrate
  • • 2.25 tbsp tomatoes
  • • 1.75 g artichoke
  • • 3.5 g garam masala
  • • 3.25 lb turnips
  • • 2 tsp amchur
  • • 2.75 lb jarrahdale pumpkin
  • • 0.25 cup red pepper
  • • 2.5 cup tom yum

Instructions

  1. Step 1: Sauté rockmelon until ulterius ver aperte clam.
  2. Step 2: Stir clams until adipisci dedecor teneo cumque cito.
  3. Step 3: Season apple cider vinegar until quam infit apto.
  4. Step 4: Garnish polenta until volubilis teres bardus vesica vorax.
  5. Step 5: Garnish chickory until cum coepi sophismata absque.
  6. Step 6: Sauté brazil nut until spes optio temperantia.
  7. Step 7: Sauté shiitake mushrooms until circumvenio angulus molestias volup uxor.
  8. Step 8: Whisk slivered almonds until subseco bellicus laborum degusto patruus.
  9. Step 9: Stir yellowtail kingfish until totam aqua creptio sui tandem.
  10. Step 10: Sauté banana until thorax cunabula deserunt.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/32"
)
recipe = res.json()
{
  "id": 32,
  "userId": 202,
  "title": "savory Chicken Wings",
  "slug": "savory-chicken-wings-32",
  "description": "Triumphus ex sonitus. Adfero subnecto cetera.",
  "cuisine": "vietnamese",
  "difficulty": "hard",
  "prepMinutes": 60,
  "cookMinutes": 153,
  "servings": 5,
  "ingredients": [
    "2.25 tsp spelt bread",
    "3.25 lb bean shoots",
    "1.25 cup spearmint",
    "1.5 cup apple juice concentrate",
    "2.25 tbsp tomatoes",
    "1.75 g artichoke",
    "3.5 g garam masala",
    "3.25 lb turnips",
    "2 tsp amchur",
    "2.75 lb jarrahdale pumpkin",
    "0.25 cup red pepper",
    "2.5 cup tom yum"
  ],
  "instructions": [
    "Step 1: Sauté rockmelon until ulterius ver aperte clam.",
    "Step 2: Stir clams until adipisci dedecor teneo cumque cito.",
    "Step 3: Season apple cider vinegar until quam infit apto.",
    "Step 4: Garnish polenta until volubilis teres bardus vesica vorax.",
    "Step 5: Garnish chickory until cum coepi sophismata absque.",
    "Step 6: Sauté brazil nut until spes optio temperantia.",
    "Step 7: Sauté shiitake mushrooms until circumvenio angulus molestias volup uxor.",
    "Step 8: Whisk slivered almonds until subseco bellicus laborum degusto patruus.",
    "Step 9: Stir yellowtail kingfish until totam aqua creptio sui tandem.",
    "Step 10: Sauté banana until thorax cunabula deserunt."
  ],
  "tags": [
    "gluten-free",
    "low-carb",
    "quick"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-32/1200/800",
  "createdAt": "2025-08-20T08:17:36.807Z",
  "updatedAt": "2025-08-20T08:17:36.807Z"
}
Draftbit