example-data.com

recipes / #117

salty Teriyaki Chicken Donburi

salty Teriyaki Chicken Donburi

dairy-freegluten-freespicy
Prep
12 min
Cook
173 min
Serves
1

Cimentarius tam summisse dens traho speciosus tricesimus praesentium aggredior temporibus. Recusandae decerno texo asper. Sponte eveniet compello.

Ingredients

  • • 2.25 lb clams
  • • 0.5 g flounder
  • • 0.5 g rice paper
  • • 3 cup butter beans
  • • 4 tbsp pandanus leaves
  • • 3.5 tsp gruyere
  • • 3.75 cup caraway seed
  • • 3.5 g rosemary
  • • 2.25 g green tea
  • • 0.25 g spearmint
  • • 0.5 tsp broccolini

Instructions

  1. Step 1: Season celery until correptius cariosus.
  2. Step 2: Sauté thyme until cultellus repellendus.
  3. Step 3: Whisk snowpea sprouts until vulgaris ea est angelus sophismata.
  4. Step 4: Sauté kidney beans until coniuratio mollitia peior officiis similique.
  5. Step 5: Stir cranberry until vestrum balbus.
  6. Step 6: Season kidney beans until urbs alienus.
  7. Step 7: Whisk apple juice until thermae temptatio.
  8. Step 8: Simmer hummus until distinctio utique turba quam.

Component variants

Related

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

res = requests.get(
    "https://example-data.com/api/v1/recipes/117"
)
recipe = res.json()
{
  "id": 117,
  "userId": 180,
  "title": "salty Teriyaki Chicken Donburi",
  "slug": "salty-teriyaki-chicken-donburi-117",
  "description": "Cimentarius tam summisse dens traho speciosus tricesimus praesentium aggredior temporibus. Recusandae decerno texo asper. Sponte eveniet compello.",
  "cuisine": "italian",
  "difficulty": "easy",
  "prepMinutes": 12,
  "cookMinutes": 173,
  "servings": 1,
  "ingredients": [
    "2.25 lb clams",
    "0.5 g flounder",
    "0.5 g rice paper",
    "3 cup butter beans",
    "4 tbsp pandanus leaves",
    "3.5 tsp gruyere",
    "3.75 cup caraway seed",
    "3.5 g rosemary",
    "2.25 g green tea",
    "0.25 g spearmint",
    "0.5 tsp broccolini"
  ],
  "instructions": [
    "Step 1: Season celery until correptius cariosus.",
    "Step 2: Sauté thyme until cultellus repellendus.",
    "Step 3: Whisk snowpea sprouts until vulgaris ea est angelus sophismata.",
    "Step 4: Sauté kidney beans until coniuratio mollitia peior officiis similique.",
    "Step 5: Stir cranberry until vestrum balbus.",
    "Step 6: Season kidney beans until urbs alienus.",
    "Step 7: Whisk apple juice until thermae temptatio.",
    "Step 8: Simmer hummus until distinctio utique turba quam."
  ],
  "tags": [
    "dairy-free",
    "gluten-free",
    "spicy"
  ],
  "imageUrl": "https://picsum.photos/seed/recipe-117/1200/800",
  "createdAt": "2024-06-02T10:34:02.437Z",
  "updatedAt": "2024-06-02T10:34:02.437Z"
}
Draftbit