example-data.com

recipes / #219

bitter Teriyaki Chicken Donburi

bitter Teriyaki Chicken Donburi

spicyfamilyhealthylow-carb
Prep
54 min
Cook
120 min
Serves
8

Super votum temperantia tempora desipio totus architecto thymum tantum denuo. Vere bibo thermae et claustrum corroboro volutabrum minima. Aeternus alter suffoco decumbo damno pectus comis.

Ingredients

  • • 3.5 lb caraway seed
  • • 1.5 oz artichoke
  • • 3 cup tangelo
  • • 4 lb corn syrup
  • • 3 lb buckwheat noodles
  • • 0.5 oz white rice
  • • 3.75 g dill

Instructions

  1. Step 1: Simmer vinegar until tego adamo conspergo libero.
  2. Step 2: Garnish barramundi until vindico thesis.
  3. Step 3: Combine pear until cura vilitas.
  4. Step 4: Whisk farmed prawns until ambitus tabesco cauda auctor nulla.
  5. Step 5: Whisk butter until adfero acervus facilis ter aegrus.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/219"
)
recipe = res.json()
{
  "id": 219,
  "userId": 80,
  "title": "bitter Teriyaki Chicken Donburi",
  "slug": "bitter-teriyaki-chicken-donburi-219",
  "description": "Super votum temperantia tempora desipio totus architecto thymum tantum denuo. Vere bibo thermae et claustrum corroboro volutabrum minima. Aeternus alter suffoco decumbo damno pectus comis.",
  "cuisine": "indian",
  "difficulty": "hard",
  "prepMinutes": 54,
  "cookMinutes": 120,
  "servings": 8,
  "ingredients": [
    "3.5 lb caraway seed",
    "1.5 oz artichoke",
    "3 cup tangelo",
    "4 lb corn syrup",
    "3 lb buckwheat noodles",
    "0.5 oz white rice",
    "3.75 g dill"
  ],
  "instructions": [
    "Step 1: Simmer vinegar until tego adamo conspergo libero.",
    "Step 2: Garnish barramundi until vindico thesis.",
    "Step 3: Combine pear until cura vilitas.",
    "Step 4: Whisk farmed prawns until ambitus tabesco cauda auctor nulla.",
    "Step 5: Whisk butter until adfero acervus facilis ter aegrus."
  ],
  "tags": [
    "spicy",
    "family",
    "healthy",
    "low-carb"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-219/1200/800",
  "createdAt": "2025-11-29T13:13:21.033Z",
  "updatedAt": "2025-11-29T13:13:21.033Z"
}
Draftbit