example-data.com

recipes / #160

bitter Teriyaki Chicken Donburi

bitter Teriyaki Chicken Donburi

gluten-freecomfortdairy-free
Prep
24 min
Cook
39 min
Serves
4

Vindico cavus clementia ago adsuesco amo clibanus viriliter. Argentum vitium videlicet texo colo animus callide trucido curvo.

Ingredients

  • • 3.75 oz sprouts
  • • 1 lb vegetable spaghetti
  • • 2.5 cup starfruit
  • • 0.5 tsp honeydew melon
  • • 2.25 tsp baking powder
  • • 1.5 oz kiwi berries
  • • 4 tsp shiitake mushrooms
  • • 1.25 g greenwheat freekeh
  • • 1.75 tsp goat cheese
  • • 4 oz trout
  • • 4 lb tofu
  • • 0.5 tbsp spring onions

Instructions

  1. Step 1: Season nuts until magnam non demitto.
  2. Step 2: Simmer fruit until recusandae ubi audentia.
  3. Step 3: Combine agave syrup until aeternus est deripio vester.
  4. Step 4: Combine turmeric until spargo auxilium communis.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/160"
)
recipe = res.json()
{
  "id": 160,
  "userId": 105,
  "title": "bitter Teriyaki Chicken Donburi",
  "slug": "bitter-teriyaki-chicken-donburi-160",
  "description": "Vindico cavus clementia ago adsuesco amo clibanus viriliter. Argentum vitium videlicet texo colo animus callide trucido curvo.",
  "cuisine": "vietnamese",
  "difficulty": "easy",
  "prepMinutes": 24,
  "cookMinutes": 39,
  "servings": 4,
  "ingredients": [
    "3.75 oz sprouts",
    "1 lb vegetable spaghetti",
    "2.5 cup starfruit",
    "0.5 tsp honeydew melon",
    "2.25 tsp baking powder",
    "1.5 oz kiwi berries",
    "4 tsp shiitake mushrooms",
    "1.25 g greenwheat freekeh",
    "1.75 tsp goat cheese",
    "4 oz trout",
    "4 lb tofu",
    "0.5 tbsp spring onions"
  ],
  "instructions": [
    "Step 1: Season nuts until magnam non demitto.",
    "Step 2: Simmer fruit until recusandae ubi audentia.",
    "Step 3: Combine agave syrup until aeternus est deripio vester.",
    "Step 4: Combine turmeric until spargo auxilium communis."
  ],
  "tags": [
    "gluten-free",
    "comfort",
    "dairy-free"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-160/1200/800",
  "createdAt": "2026-03-20T21:02:22.149Z",
  "updatedAt": "2026-03-20T21:02:22.149Z"
}
Draftbit