example-data.com

recipes / #280

spicy Chicken Wings

spicy Chicken Wings

vegetarianspicydairy-freegluten-free
Prep
12 min
Cook
111 min
Serves
8

Clamo paens coniecto ab velociter vitae volup complectus conatus.

Ingredients

  • • 4 lb buckwheat flour
  • • 2.25 oz turnips
  • • 0.25 lb peppercorns
  • • 3.25 g cinnamon
  • • 1 oz red wine
  • • 1.5 tsp marjoram
  • • 4 lb kidneys
  • • 3.5 tbsp white wine vinegar
  • • 3 tbsp pecorino
  • • 1 tbsp flaxseed oil
  • • 0.5 oz chia seeds
  • • 3 lb guava
  • • 1 cup leeks

Instructions

  1. Step 1: Season pomegranate until cimentarius dolorum arca totus.
  2. Step 2: Stir silverbeet until vilicus denique suus admitto voluptates.
  3. Step 3: Season kohlrabi until urbanus conturbo cubo voluptas.
  4. Step 4: Season hazelnut until tutamen absconditus perferendis astrum pax.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/280"
)
recipe = res.json()
{
  "id": 280,
  "userId": 7,
  "title": "spicy Chicken Wings",
  "slug": "spicy-chicken-wings-280",
  "description": "Clamo paens coniecto ab velociter vitae volup complectus conatus.",
  "cuisine": "american",
  "difficulty": "easy",
  "prepMinutes": 12,
  "cookMinutes": 111,
  "servings": 8,
  "ingredients": [
    "4 lb buckwheat flour",
    "2.25 oz turnips",
    "0.25 lb peppercorns",
    "3.25 g cinnamon",
    "1 oz red wine",
    "1.5 tsp marjoram",
    "4 lb kidneys",
    "3.5 tbsp white wine vinegar",
    "3 tbsp pecorino",
    "1 tbsp flaxseed oil",
    "0.5 oz chia seeds",
    "3 lb guava",
    "1 cup leeks"
  ],
  "instructions": [
    "Step 1: Season pomegranate until cimentarius dolorum arca totus.",
    "Step 2: Stir silverbeet until vilicus denique suus admitto voluptates.",
    "Step 3: Season kohlrabi until urbanus conturbo cubo voluptas.",
    "Step 4: Season hazelnut until tutamen absconditus perferendis astrum pax."
  ],
  "tags": [
    "vegetarian",
    "spicy",
    "dairy-free",
    "gluten-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-280/1200/800",
  "createdAt": "2024-07-14T21:08:53.030Z",
  "updatedAt": "2024-07-14T21:08:53.030Z"
}
Draftbit