example-data.com

recipes / #236

zesty Poudre De Colombo-crusted Pigeon

zesty Poudre De Colombo-crusted Pigeon

weeknightfamilycomforthigh-protein
Prep
53 min
Cook
15 min
Serves
1

Desino consectetur urbanus non. Thesaurus vester adicio cedo averto sequi causa. Constans magni aegrus facere curiositas taceo capitulus tyrannus.

Ingredients

  • • 2.5 oz quark
  • • 3.75 g kohlrabi
  • • 4 lb kumera
  • • 1.25 g kiwi berries
  • • 0.25 cup trout

Instructions

  1. Step 1: Season elderberry until cur vos.
  2. Step 2: Combine tangelo until ea coadunatio thema.
  3. Step 3: Combine papaya until subseco debitis celo cavus.
  4. Step 4: Garnish sage until ante cattus via suscipit defendo.
  5. Step 5: Combine fish stock until textor strenuus.
  6. Step 6: Combine oatmeal until bos creber.
  7. Step 7: Combine camellia tea oil until cogito demonstro tabgo assentator.
  8. Step 8: Fold white wine vinegar until charisma mollitia vestigium modi viridis.
  9. Step 9: Fold cayenne until arx apostolus.
  10. Step 10: Simmer chicken until aperte verbum.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/236"
)
recipe = res.json()
{
  "id": 236,
  "userId": 198,
  "title": "zesty Poudre De Colombo-crusted Pigeon",
  "slug": "zesty-poudre-de-colombo-crusted-pigeon-236",
  "description": "Desino consectetur urbanus non. Thesaurus vester adicio cedo averto sequi causa. Constans magni aegrus facere curiositas taceo capitulus tyrannus.",
  "cuisine": "french",
  "difficulty": "hard",
  "prepMinutes": 53,
  "cookMinutes": 15,
  "servings": 1,
  "ingredients": [
    "2.5 oz quark",
    "3.75 g kohlrabi",
    "4 lb kumera",
    "1.25 g kiwi berries",
    "0.25 cup trout"
  ],
  "instructions": [
    "Step 1: Season elderberry until cur vos.",
    "Step 2: Combine tangelo until ea coadunatio thema.",
    "Step 3: Combine papaya until subseco debitis celo cavus.",
    "Step 4: Garnish sage until ante cattus via suscipit defendo.",
    "Step 5: Combine fish stock until textor strenuus.",
    "Step 6: Combine oatmeal until bos creber.",
    "Step 7: Combine camellia tea oil until cogito demonstro tabgo assentator.",
    "Step 8: Fold white wine vinegar until charisma mollitia vestigium modi viridis.",
    "Step 9: Fold cayenne until arx apostolus.",
    "Step 10: Simmer chicken until aperte verbum."
  ],
  "tags": [
    "weeknight",
    "family",
    "comfort",
    "high-protein"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-236/1200/800",
  "createdAt": "2024-11-04T04:41:07.732Z",
  "updatedAt": "2024-11-04T04:41:07.732Z"
}
Draftbit