example-data.com

recipes / #39

sweet Chicken Wings

sweet Chicken Wings

dairy-freehigh-proteinvegetarianquick
Prep
38 min
Cook
115 min
Serves
5

Conculco tricesimus triduana taceo benevolentia. Canonicus atrocitas volva tunc stella.

Ingredients

  • • 1.25 cup oysters
  • • 2.75 lb vegetable spaghetti
  • • 1 lb guava
  • • 3.5 cup vegetable stock
  • • 0.75 cup yellow papaw
  • • 3.5 g blueberries

Instructions

  1. Step 1: Combine cottage cheese until quod combibo desino.
  2. Step 2: Fold mahi mahi until audentia tergum addo acquiro excepturi.
  3. Step 3: Fold papaw until suasoria aveho demo solium thermae.
  4. Step 4: Combine oyster sauce until coniecto conatus.
  5. Step 5: Combine rosemary until condico vivo vinco taceo.
  6. Step 6: Stir black eyed beans until timor velut versus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/39"
)
recipe = res.json()
{
  "id": 39,
  "userId": 180,
  "title": "sweet Chicken Wings",
  "slug": "sweet-chicken-wings-39",
  "description": "Conculco tricesimus triduana taceo benevolentia. Canonicus atrocitas volva tunc stella.",
  "cuisine": "mediterranean",
  "difficulty": "hard",
  "prepMinutes": 38,
  "cookMinutes": 115,
  "servings": 5,
  "ingredients": [
    "1.25 cup oysters",
    "2.75 lb vegetable spaghetti",
    "1 lb guava",
    "3.5 cup vegetable stock",
    "0.75 cup yellow papaw",
    "3.5 g blueberries"
  ],
  "instructions": [
    "Step 1: Combine cottage cheese until quod combibo desino.",
    "Step 2: Fold mahi mahi until audentia tergum addo acquiro excepturi.",
    "Step 3: Fold papaw until suasoria aveho demo solium thermae.",
    "Step 4: Combine oyster sauce until coniecto conatus.",
    "Step 5: Combine rosemary until condico vivo vinco taceo.",
    "Step 6: Stir black eyed beans until timor velut versus."
  ],
  "tags": [
    "dairy-free",
    "high-protein",
    "vegetarian",
    "quick"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-39/1200/800",
  "createdAt": "2025-12-27T18:03:40.341Z",
  "updatedAt": "2025-12-27T18:03:40.341Z"
}
Draftbit